We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ffeb8 commit 6ed1f06Copy full SHA for 6ed1f06
tests/CMakeLists.txt
@@ -35,7 +35,7 @@ if(DRAW_EXAMPLES)
35
endif()
36
37
# Compiler Options
38
-set(DEBUG_OPTIONS -fexecptions -g -Wall -pedantic-errors -pedantic)
+set(DEBUG_OPTIONS -fexceptions -g -Wall -pedantic-errors -pedantic)
39
target_compile_options(tree-tests PUBLIC "$<$<CONFIG:DEBUG>:${DEBUG_OPTIONS}>")
40
41
set(RELEASE_OPTIONS -fexceptions -O3 -Wall -pedantic)
0 commit comments