File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,3 @@ OTHER_CFLAGS = -fdiagnostics-show-option
30
30
GCC_WARN_UNUSED_VARIABLE = YES
31
31
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
32
32
GCC_WARN_ABOUT_RETURN_TYPE = YES
33
-
Original file line number Diff line number Diff line change 19
19
20
20
// Global settings across build configurations for Install
21
21
22
+ // The Install build config should just serve as a mere extension to the Release
23
+ // config, e.g. please do not define settings here that could as well be defined
24
+ // in Release.xcconfig.
25
+
22
26
#include "Release.xcconfig"
23
27
24
28
CUSTOM_INSTALL_DIR = $(DEVELOPER_DIR)/Applications/Utilities/Third-Party // used with the Install.sh script
25
-
26
- DEPLOYMENT_POSTPROCESSING = YES
27
-
28
- STRIP_INSTALLED_PRODUCT = YES
Original file line number Diff line number Diff line change 19
19
20
20
#include "Common.xcconfig"
21
21
22
- DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
22
+ DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
23
+
24
+ DEPLOYMENT_POSTPROCESSING = YES
25
+
26
+ STRIP_INSTALLED_PRODUCT = YES
You can’t perform that action at this time.
0 commit comments