got rid of debug symbols by default in the x86 cocoa port
This commit is contained in:
parent
f864ba96f3
commit
ff383c3a3f
|
@ -38,7 +38,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA]]>
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-march=pentium-m" />
|
<Add option="-march=pentium-m" />
|
||||||
<Add option="-g" />
|
|
||||||
<Add option="-msse2" />
|
<Add option="-msse2" />
|
||||||
<Add option="-DDESMUME_COCOA" />
|
<Add option="-DDESMUME_COCOA" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
|
|
Loading…
Reference in New Issue