1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting

This commit is contained in:
ed 2020-01-20 15:45:43 +00:00
parent 8ce79e20e7
commit 7a25bc9961

View file

@ -712,7 +712,10 @@ protected:
props.add (new ChoicePropertyComponent (stripLocalSymbolsEnabled, "Strip Local Symbols"),
"Enable this to strip any locally defined symbols resulting in a smaller binary size. Enabling this "
"will also remove any function names from crash logs. Must be disabled for static library projects.");
"will also remove any function names from crash logs. Must be disabled for static library projects. "
"Note that disabling this will not necessarily generate full debug symbols. For release configs, "
"you will also need to add the following to the \"Custom Xcode Flags\" field: "
"GCC_GENERATE_DEBUGGING_SYMBOLS = YES, STRIP_INSTALLED_PRODUCT = NO, COPY_PHASE_STRIP = NO");
}
String getModuleLibraryArchName() const override