mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Introjucer: Added a flag to CodeBlocks export.
This commit is contained in:
parent
1b1fe9d24e
commit
bc6693f9fc
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ private:
|
|||
flags.add ("-O" + config.getGCCOptimisationFlag());
|
||||
flags.add ("-std=gnu++0x");
|
||||
flags.add ("-march=pentium4");
|
||||
flags.add ("-mstackrealign");
|
||||
|
||||
flags.addTokens (replacePreprocessorTokens (config, getExtraCompilerFlagsString()).trim(),
|
||||
" \n", "\"'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue