mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Introjucer: makefile flags fix.
This commit is contained in:
parent
abde049bf0
commit
4b61bee102
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ private:
|
|||
out << " -fPIC";
|
||||
|
||||
out << " -O" << config.getGCCOptimisationFlag()
|
||||
<< (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trim()
|
||||
<< (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trimEnd()
|
||||
<< newLine;
|
||||
|
||||
out << " CXXFLAGS += $(CFLAGS)" << newLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue