use -O3 instead of -Ofast

update-fork
MITSUNARI Shigeo 4 years ago
parent 8752e278ed
commit 98fc193f5f
  1. 2
      common.mk

@ -91,7 +91,7 @@ else
CFLAGS_OPT+=-O3
else
ifeq ($(shell expr $(GCC_VER) \> 4.6.0),1)
CFLAGS_OPT+=-Ofast
CFLAGS_OPT+=-O3
else
CFLAGS_OPT+=-O3
endif

Loading…
Cancel
Save