diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b99ce2a..4058a2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ configure_file( ) set(CMAKE_C_COMPILER "clang") -set(CMAKE_C_FLAGS "-Weverything -std=c11") +set(CMAKE_C_FLAGS "-Weverything ${CMAKE_C_FLAGS}") set(CMAKE_C_STANDARD 11) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) |