Skip to content

Commit

Permalink
fix 01
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Aug 27, 2024
1 parent c2f6333 commit a7eb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ elseif (MINGW)
endif()
elseif (APPLE)
message(STATUS "Box2D on Apple")
target_compile_options(box2d PRIVATE -ffp-contract=off -ffp-model=precise)
target_compile_options(box2d PRIVATE -ffp-model=precise -ffp-contract=off)
elseif (EMSCRIPTEN)
message(STATUS "Box2D on Emscripten")
elseif (UNIX)
Expand Down

0 comments on commit a7eb565

Please sign in to comment.