Skip to content

Commit

Permalink
fix: re-enable compiler optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunix00 committed Mar 16, 2024
1 parent ee08d91 commit 0a8fe0d
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 @@ -3,7 +3,7 @@ project(Yasi)

set(CMAKE_CXX_STANDARD 17)

add_compile_options(-O0)
add_compile_options(-O3)
add_library(linenoise libs/linenoise/linenoise.c)

include_directories(src)
Expand Down

0 comments on commit 0a8fe0d

Please sign in to comment.