Skip to content

Commit

Permalink
f no rtti (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy authored Oct 18, 2024
1 parent b9e92b5 commit 40766c5
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 @@ -45,7 +45,7 @@ if(MSVC)
# Ignore 'unreferenced function with internal linkage'
target_compile_options(joltc PRIVATE /wd4505)
else()
target_compile_options(joltc PRIVATE -Wall -Wextra -Wpedantic)
target_compile_options(joltc PRIVATE -Wall -Wextra -Wpedantic -fno-rtti)
endif()

if (DOUBLE_PRECISION)
Expand Down

0 comments on commit 40766c5

Please sign in to comment.