Skip to content

Commit

Permalink
correct toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonZimmer committed Feb 11, 2025
1 parent fc3b769 commit fac4c63
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions toolchains/macToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,4 @@ add_compile_options(
-Winconsistent-missing-destructor-override
$<$<CONFIG:Release>:-DNDEBUG>
$<$<CONFIG:Release>:-O3>
$<$<CONFIG:Release>:-flto>
$<$<CONFIG:Release>:-fstrict-aliasing>
$<$<CONFIG:Release>:-fasm-blocks>
)

add_link_options(
$<$<CONFIG:Release>:-flto>
$<$<CONFIG:Release>:-dead_strip>
)

0 comments on commit fac4c63

Please sign in to comment.