aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJ08nY2017-12-13 02:08:48 +0100
committerJ08nY2017-12-13 02:08:48 +0100
commitd2de28db4ceb7cd3350e81b98475d6baf2bfe481 (patch)
tree166550ca056003d1d6b988c75932886e0829e82d /CMakeLists.txt
parentcfec33981db5a6f80e51c064bc142623ce13399f (diff)
downloadecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.tar.gz
ecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.tar.zst
ecgen-d2de28db4ceb7cd3350e81b98475d6baf2bfe481.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)