Skip to content

Commit b29f4be

Browse files
Update CMakeLists.txt
1 parent ebb72c4 commit b29f4be

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
@@ -15,7 +15,7 @@ add_library(${PROJECT_NAME} SHARED
1515

1616
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
1717

18-
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror -O0)
18+
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror -O2)
1919

2020
target_include_directories(${PROJECT_NAME} PUBLIC .)
2121

0 commit comments

Comments
 (0)