We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4fdf7 commit 3531398Copy full SHA for 3531398
CMakeLists.txt
@@ -21,7 +21,7 @@ if (MSVC)
21
elseif (APPLE)
22
# this is ridiculous: adding compile options as for linux break test_bugs_poly2d.pro, and test_byte_conversion.pro
23
# conversion to float leads to "0" as result -> some compiler optimisation makes this "work" at least on MacOS 15
24
- add_compile_options(-Wall)
+ message("Do not add compiler warning options. Will break things, see comment above.")
25
# not yet: make warnings fatal
26
#add_compile_options(-Wall -Wextra -Werror)
27
else()
0 commit comments