Kaydet (Commit) 63ee110c authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

use same compiler switches as core for extensions

üst 70ef8692
......@@ -63,8 +63,8 @@ class EMXCCompiler (UnixCCompiler):
# Hard-code GCC because that's what this is all about.
# XXX optimization, warnings etc. should be customizable.
self.set_executables(compiler='gcc -Zomf -Zmt -O2 -Wall',
compiler_so='gcc -Zomf -Zmt -O2 -Wall',
self.set_executables(compiler='gcc -Zomf -Zmt -O3 -fomit-frame-pointer -mprobe -Wall',
compiler_so='gcc -Zomf -Zmt -O3 -fomit-frame-pointer -mprobe -Wall',
linker_exe='gcc -Zomf -Zmt -Zcrtdll',
linker_so='gcc -Zomf -Zmt -Zcrtdll -Zdll')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment