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 39ae45f commit fdc39d7Copy full SHA for fdc39d7
CMakeLists.txt
@@ -11,4 +11,4 @@ file(GLOB sources "parse/*.cpp" "stringify/*.cpp" "utility/*.cpp")
11
add_library(SimpleJSON STATIC ${sources})
12
13
# Compiler Options
14
-target_compile_options(SimpleJSON PRIVATE -fexceptions -std=c++14 -O2 -Wall -pedantic-errors -pedantic)
+target_compile_options(SimpleJSON PRIVATE -fexceptions -std=c++14 -O3 -Wall -pedantic-errors -pedantic)
0 commit comments