|
@@ -63,6 +63,7 @@ function(SETUP_TARGET TARGET_NAME)
|
|
|
PRIVATE
|
|
PRIVATE
|
|
|
# disabling INCREMENTAL is required by SizeBench
|
|
# disabling INCREMENTAL is required by SizeBench
|
|
|
$<$<CONFIG:Debug>:/INCREMENTAL:NO>
|
|
$<$<CONFIG:Debug>:/INCREMENTAL:NO>
|
|
|
|
|
+ $<$<CONFIG:Release>:/OPT:NOICF>
|
|
|
)
|
|
)
|
|
|
else()
|
|
else()
|
|
|
target_compile_options(
|
|
target_compile_options(
|