diff --git a/comar/CMakeLists.txt b/comar/CMakeLists.txt index 79a00604f237ded78046d2778310bc1e0c1aee6e..43dd03cd6800d389ecdd5987aacaaf80d18f76e4 100644 --- a/comar/CMakeLists.txt +++ b/comar/CMakeLists.txt @@ -16,7 +16,7 @@ SET (APP_SUFFIX "3") # Uncomment this for production releases. SET (VERSION_SUFFIX "") -SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing") +SET (FLAGS "-g -O0 -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing") # Uncomment this for gprof profiling # SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing -fprofile-arcs -ftest-coverage")