Skip to content

Commit

Permalink
remove -fno-builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Oct 15, 2024
1 parent 5086cc0 commit 703046c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/toolchains/stm32h750xx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ add_compile_options(${MCU})
add_link_options(${MCU})

add_compile_options(
-fno-builtin
-fno-exceptions
-ffunction-sections
-fdata-sections
Expand Down

0 comments on commit 703046c

Please sign in to comment.