From aa9b0da96927e957f6ed0b1b9d51b16db90ea2af Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 2 Sep 2018 11:18:09 +0200 Subject: cmake: Improve checks for compiler flags Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- DefineOptions.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'DefineOptions.cmake') diff --git a/DefineOptions.cmake b/DefineOptions.cmake index 54e65e1..28152e3 100644 --- a/DefineOptions.cmake +++ b/DefineOptions.cmake @@ -1,2 +1,3 @@ option(UNIT_TESTING "Build with unit tests" OFF) option(HELGRIND_TESTING "Run threaded unit tests with helgrind" OFF) +option(PICKY_DEVELOPER "Build with picky developer flags" OFF) -- cgit