Skip to content

Commit

Permalink
Removed werror.
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson committed Sep 2, 2024
1 parent 79d026d commit 3426968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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($<$<COMPILE_LANGUAGE:CXX>:-fno-rtti>)
Expand Down

0 comments on commit 3426968

Please sign in to comment.