Skip to content

Commit

Permalink
external/corrade: kill forced -fno-strict-aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Aug 12, 2024
1 parent 32e5545 commit be453a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ if(MSVC)
add_link_options(-HIGHENTROPYVA)
endif()
else()
add_compile_options(-Wstrict-aliasing -Werror=strict-aliasing)
add_compile_options(-Wno-float-equal)
if(NOT WIN32)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fuse-cxa-atexit>)
Expand Down
2 changes: 1 addition & 1 deletion external/corrade
2 changes: 1 addition & 1 deletion external/magnum

0 comments on commit be453a4

Please sign in to comment.