mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Introjucer: removed a flag from the CodeBlocks project exporter.
This commit is contained in:
parent
2edec00b55
commit
fb15840f61
1 changed files with 0 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ private:
|
|||
StringArray flags;
|
||||
flags.add ("-O" + config.getGCCOptimisationFlag());
|
||||
flags.add ("-std=gnu++0x");
|
||||
flags.add ("-march=pentium4");
|
||||
flags.add ("-mstackrealign");
|
||||
|
||||
if (config.isDebug())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue