diff options
| author | J08nY | 2017-02-15 18:09:39 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-15 18:09:39 +0100 |
| commit | 8863bda8116a540134eb6715fc91294c5938d400 (patch) | |
| tree | 6b7e855063ba8c9909b8f5c2f051b053e6a3783b /CMakeLists.txt | |
| parent | 2cf95775a1d1a41d49f86cbd2d66290653201367 (diff) | |
| download | ecgen-8863bda8116a540134eb6715fc91294c5938d400.tar.gz ecgen-8863bda8116a540134eb6715fc91294c5938d400.tar.zst ecgen-8863bda8116a540134eb6715fc91294c5938d400.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 1dd078a..30b6466 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(ecgen) set(CMAKE_LIBRARY_PATH ${CMAKE_SOURCE_DIR}/lib) -SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g -Wall") +SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g -Wall -Werror") SET(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3 -Wall") add_custom_command( |
