Skip to content

Commit fdc39d7

Browse files
committed
Optimization upped to O3.
1 parent 39ae45f commit fdc39d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ file(GLOB sources "parse/*.cpp" "stringify/*.cpp" "utility/*.cpp")
1111
add_library(SimpleJSON STATIC ${sources})
1212

1313
# Compiler Options
14-
target_compile_options(SimpleJSON PRIVATE -fexceptions -std=c++14 -O2 -Wall -pedantic-errors -pedantic)
14+
target_compile_options(SimpleJSON PRIVATE -fexceptions -std=c++14 -O3 -Wall -pedantic-errors -pedantic)

0 commit comments

Comments
 (0)