Xcode // Stop stripping Swift symbols.
This commit is contained in:
parent
9dc7821708
commit
11bb5a9b66
|
@ -847,6 +847,7 @@
|
|||
"$(OTHER_CFLAGS)",
|
||||
"-fcxx-modules",
|
||||
);
|
||||
STRIP_SWIFT_SYMBOLS = NO;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -893,6 +894,7 @@
|
|||
"$(OTHER_CFLAGS)",
|
||||
"-fcxx-modules",
|
||||
);
|
||||
STRIP_SWIFT_SYMBOLS = NO;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in New Issue