Ticket #936: use-o3-to-workaround-gcc-ice.diff
| File use-o3-to-workaround-gcc-ice.diff, 845 bytes (added by , 17 years ago) |
|---|
-
src/recompiler/Makefile.kmk
231 231 232 232 # Extra flags for these source modules. 233 233 target-i386/op.c_CFLAGS = -O2 -fno-strict-aliasing -fomit-frame-pointer -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls 234 target-i386/op.c_CFLAGS.x86 = - fno-gcse -fno-instrument-functions -mpreferred-stack-boundary=2234 target-i386/op.c_CFLAGS.x86 = -O3 -fno-gcse -fno-instrument-functions -mpreferred-stack-boundary=2 235 235 target-i386/op.c_CFLAGS.darwin.x86 = -m128bit-long-double -mpreferred-stack-boundary=4 236 target-i386/helper.c_CFLAGS.x86 = -O 2-fomit-frame-pointer -fno-strict-aliasing -fno-gcse236 target-i386/helper.c_CFLAGS.x86 = -O3 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse 237 237 cpu-exec.c_CFLAGS.x86 = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse 238 238 239 239

