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:
parent
d236c882cb
commit
a352366702
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue