We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c3e66 commit dbd7ae9Copy full SHA for dbd7ae9
micropython/modules/picovector/micropython.cmake
@@ -23,5 +23,5 @@ target_link_libraries(usermod INTERFACE usermod_picovector)
23
set_source_files_properties(
24
${CMAKE_CURRENT_LIST_DIR}/../../../libraries/pico_vector/pico_vector.cpp
25
PROPERTIES COMPILE_FLAGS
26
- "-Wno-narrowing"
+ "-Wno-narrowing -O2 -fgcse-after-reload -floop-interchange -fpeel-loops -fpredictive-commoning -fsplit-paths -ftree-loop-distribute-patterns -ftree-loop-distribution -ftree-vectorize -ftree-partial-pre -funswitch-loops"
27
)
0 commit comments