Skip to content
Snippets Groups Projects
Commit 50e0e57d authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix CMakeLists (as seen in Corpus2...)

parent 9d72c19e
Branches
No related merge requests found
......@@ -25,7 +25,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
set(STRICT_FLAGS "")
endif(ENABLE_STRICT_COMPILATION)
set(CMAKE_C_FLAGS"-W -Wall -ansi $ENV{CFLAGS}"
set(CMAKE_C_FLAGS "-W -Wall -ansi $ENV{CFLAGS}"
CACHE STRING "Flags used by the C compiler during normal builds."
FORCE)
set(CMAKE_C_FLAGS_DEBUG "-O0 -DDEBUG -ggdb3 -W -Wall -ansi $ENV{CFLAGS}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment