Skip to content

Commit

Permalink
Fixed CMakeLists.txt for Pi Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
visrealm committed Sep 21, 2023
1 parent 103a0be commit e9e312d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if(MSVC)
add_compile_options(/W4 /WX)
add_compile_options(/arch:AVX2 /Ox)
else()
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
if (UNIX)
add_compile_options(-march=native)
endif()
Expand Down

0 comments on commit e9e312d

Please sign in to comment.