mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
parent
646e991d4b
commit
a8c28e210d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue