diff options
| author | J08nY | 2017-12-13 02:08:48 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-13 02:08:48 +0100 |
| commit | d2de28db4ceb7cd3350e81b98475d6baf2bfe481 (patch) | |
| tree | 166550ca056003d1d6b988c75932886e0829e82d /CMakeLists.txt | |
| parent | cfec33981db5a6f80e51c064bc142623ce13399f (diff) | |
| download | ecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.tar.gz ecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.tar.zst ecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.zip | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ebb028..fbaa39c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ file(GLOB SRC "src/math/*.c" "src/gen/*.c" "src/cm/*.c" "src/invalid/*.c" "src/i set(ECGEN_SRC "src/ecgen.c" ${SRC}) set(ECONVERT_SRC "src/econvert.c") -set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG -g -Wall -Werror -pedantic") +set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG -g -Wall -Werror") set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNDEBUG -O3 -Wall") include_directories(src) |
