diff --git a/CMakeLists.txt b/CMakeLists.txt index 542049f2f8..0e6f7e637e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ set(CMAKE_MACOSX_RPATH 1) set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Create variable to enable additional compiler warnings for SimEng targets only -set(SIMENG_COMPILE_OPTIONS -Wall -pedantic -Werror) #-Wextra +set(SIMENG_COMPILE_OPTIONS -Wall -pedantic) #-Wextra # Disable RTTI for all targets add_compile_options($<$:-fno-rtti>)