|
@@ -42,7 +42,7 @@ LLVM_LTO = YES
|
|
|
//
|
|
|
// A list of additional flags to pass to the Swift compiler.
|
|
|
|
|
|
-OTHER_SWIFT_FLAGS = -Xfrontend -debug-time-function-bodies
|
|
|
+OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies
|
|
|
|
|
|
|
|
|
|
|
@@ -69,4 +69,4 @@ SWIFT_ENFORCE_EXCLUSIVE_ACCESS = compile-time
|
|
|
// * *Optimize for Size:* [-Osize]
|
|
|
// * *Whole Module Optimization:* [-O -whole-module-optimization]
|
|
|
|
|
|
-SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
|
|
|
+SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
|