summaryrefslogtreecommitdiffstats
path: root/cmake/cmake.d/01-build_options.cmake
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Fix: missing gcov symbol in compiled binariesRomain Forlot1-2/+2
2018-10-15Rollback about TEST build typeRomain Forlot1-4/+3
2018-10-15Adding a TEST build typeRomain Forlot1-12/+5
2018-10-15Change default compilation options.Romain Forlot1-3/+14
2018-10-15Missing flag for COVERAGE build typeRomain Forlot1-0/+3
2018-10-15Be able to overwrite BUILD_TYPE using CLIRomain Forlot1-1/+8
2018-10-15Change the default debug compilation options.Romain Forlot1-4/+27
2018-10-15Clearer coverage compilation options configurationRomain Forlot1-3/+3
2018-10-15Fix: wrong compile options addedRomain Forlot1-3/+0
2018-10-15Added -D_FORTIFY_SOURCE=2 to CFLAGSThierry Bultel1-5/+5
2018-10-15CMake doesn't path protection.Romain Forlot1-0/+2
2018-10-15Protect path with space in it.Romain Forlot1-12/+1
2018-10-15Fix: wrong if closure...Romain Forlot1-1/+1
2018-10-15Make use of LibEfence optionalRomain Forlot1-1/+1
2018-10-15Comment apparently uneeded section.Romain Forlot1-6/+9
2018-10-15Cleaning, formatRomain Forlot1-5/+5
2018-10-15Reorganization between variables/build optionsRomain Forlot1-0/+113
' href='#n332'>332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475