1
0
Fork 0
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:
jules 2013-12-02 09:22:49 +00:00
parent 2edec00b55
commit fb15840f61

View file

@ -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())