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

Projucer: Tidied up some whitespace

This commit is contained in:
ed 2020-12-10 10:05:31 +00:00
parent d236c882cb
commit a352366702
2 changed files with 3 additions and 3 deletions

View file

@ -1455,7 +1455,6 @@ public:
if (config.isFastMathEnabled())
s.set ("GCC_FAST_MATH", "YES");
auto flags = (config.getRecommendedCompilerWarningFlags().joinIntoString (" ")
+ " " + owner.getExtraCompilerFlagsString()).trim();
flags = owner.replacePreprocessorTokens (config, flags);