Skip to content

Commit 3531398

Browse files
committed
less compiler options
1 parent 3c4fdf7 commit 3531398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (MSVC)
2121
elseif (APPLE)
2222
# this is ridiculous: adding compile options as for linux break test_bugs_poly2d.pro, and test_byte_conversion.pro
2323
# conversion to float leads to "0" as result -> some compiler optimisation makes this "work" at least on MacOS 15
24-
add_compile_options(-Wall)
24+
message("Do not add compiler warning options. Will break things, see comment above.")
2525
# not yet: make warnings fatal
2626
#add_compile_options(-Wall -Wextra -Werror)
2727
else()

0 commit comments

Comments
 (0)