diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -378,6 +378,9 @@ ifeq ($(PLATFORM),darwin) # used no matter what and they corrupt the frame pointer in VM calls BASE_CFLAGS += -mstackrealign endif + ifeq ($(ARCH),x86_64) + OPTIMIZEVM += -mfpmath=sse + endif BASE_CFLAGS += -fno-strict-aliasing -DMACOS_X -fno-common -pipe |