mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:45:52 +08:00
parent
646e991d4b
commit
a8c28e210d
@ -503,7 +503,7 @@ if (WIN32)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# SLIC3R_MSVC_PDB
|
# SLIC3R_MSVC_PDB
|
||||||
if (MSVC AND SLIC3R_MSVC_PDB AND ${CMAKE_BUILD_TYPE} STREQUAL "Release")
|
if (MSVC AND SLIC3R_MSVC_PDB AND "${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||||
set_target_properties(XS PROPERTIES
|
set_target_properties(XS PROPERTIES
|
||||||
COMPILE_FLAGS "/Zi"
|
COMPILE_FLAGS "/Zi"
|
||||||
LINK_FLAGS "/DEBUG /OPT:REF /OPT:ICF"
|
LINK_FLAGS "/DEBUG /OPT:REF /OPT:ICF"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user