Ticket #49516: gnu.py.diff
File gnu.py.diff, 545 bytes (added by josephsacco, 9 years ago) |
---|
-
gnu.
old new 217 217 # but 32 bit Windows ABI defines 4 bytes stack alignment 218 218 opt = ['-O2 -march=core2 -mtune=generic -mfpmath=sse -msse2 ' 219 219 '-mincoming-stack-boundary=2'] 220 el se:220 elif is_win64(): 221 221 opt = ['-O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2'] 222 else: 223 opt = ['-O2'] 222 224 else: 223 225 opt = ['-O2'] 224 226