mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 22:32:01 +08:00
show fewer warnings
This commit is contained in:
parent
f50c40e49c
commit
ba3dee154a
@ -13,7 +13,7 @@ option(COVERAGE "Build with gcov code coverage profiling." OFF)
|
||||
add_compile_options(-DNO_PERL -DM_PI=3.14159265358979323846 -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DBOOST_ASIO_DISABLE_KQUEUE)
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(-W4)
|
||||
add_compile_options(-W3)
|
||||
add_compile_options(-bigobj)
|
||||
else()
|
||||
add_compile_options(-Wall)
|
||||
|
Loading…
x
Reference in New Issue
Block a user