Skip to content

Commit

Permalink
Add: O2 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyang-ee committed Jul 25, 2023
1 parent 114fee4 commit 3015e9a
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 @@ -46,7 +46,7 @@ target_compile_options(${EXECUTABLE} PRIVATE
-Wall
-Wpedantic
-Wno-unused-parameter
-Os # Optimize for size (that uses O2)
-Os # Optimize for size (that uses O2 )
)

# Linker options
Expand Down

0 comments on commit 3015e9a

Please sign in to comment.