build: Don't generated PDBs in Debug mode
This commit is contained in:
parent
ade05f8e12
commit
568e8d8d42
@ -575,7 +575,7 @@ macro(addBundledLibraries)
|
||||
endmacro()
|
||||
|
||||
function(generatePDBs)
|
||||
if (NOT WIN32)
|
||||
if (NOT WIN32 OR CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
return()
|
||||
endif ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user