1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Build: Add a flag to disable PCH

This commit is contained in:
Vojtech Kral
2019-01-11 12:24:25 +01:00
parent 04c0b59bc6
commit 6db40feace
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ add_library(libslic3r STATIC
SLA/SLASpatIndex.hpp
)
if (NOT SLIC3R_SYNTAXONLY)
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
add_precompiled_header(libslic3r pchheader.hpp FORCEINCLUDE)
endif ()