Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ef869 commit 63ee110Copy full SHA for 63ee110
1 file changed
Lib/distutils/emxccompiler.py
@@ -63,8 +63,8 @@ def __init__ (self,
63
64
# Hard-code GCC because that's what this is all about.
65
# XXX optimization, warnings etc. should be customizable.
66
- self.set_executables(compiler='gcc -Zomf -Zmt -O2 -Wall',
67
- 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',
68
linker_exe='gcc -Zomf -Zmt -Zcrtdll',
69
linker_so='gcc -Zomf -Zmt -Zcrtdll -Zdll')
70
0 commit comments