Xcode // Stop stripping Swift symbols.

This commit is contained in:
ShikiSuen 2024-03-04 17:32:25 +08:00
parent 9dc7821708
commit 11bb5a9b66
1 changed files with 2 additions and 0 deletions

View File

@ -847,6 +847,7 @@
"$(OTHER_CFLAGS)", "$(OTHER_CFLAGS)",
"-fcxx-modules", "-fcxx-modules",
); );
STRIP_SWIFT_SYMBOLS = NO;
}; };
name = Debug; name = Debug;
}; };
@ -893,6 +894,7 @@
"$(OTHER_CFLAGS)", "$(OTHER_CFLAGS)",
"-fcxx-modules", "-fcxx-modules",
); );
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_COMPILATION_MODE = wholemodule; SWIFT_COMPILATION_MODE = wholemodule;
}; };
name = Release; name = Release;