diff --git a/shell/lin64/Makefile b/shell/lin64/Makefile index 3d2f8e8b4..5f4bdc8df 100644 --- a/shell/lin64/Makefile +++ b/shell/lin64/Makefile @@ -31,7 +31,7 @@ LDFLAGS := LDFLAGS += -g -Wl,-Map,$(notdir $@).map,--gc-sections -Wl,-O3 -Wl,--sort-common CFLAGS := -CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D HOST_NO_AREC #-D NO_REND +CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D TARGET_NO_AREC #-D NO_REND CFLAGS += -D SUPPORT_X11 CFLAGS += -frename-registers -fno-strict-aliasing -fsingle-precision-constant CFLAGS += -ffast-math -ftree-vectorize diff --git a/shell/lin86/Makefile b/shell/lin86/Makefile index 9243b9bdd..6dfeff82d 100644 --- a/shell/lin86/Makefile +++ b/shell/lin86/Makefile @@ -31,7 +31,7 @@ LDFLAGS := -m32 LDFLAGS += -g -Wl,-Map,$(notdir $@).map,--gc-sections -Wl,-O3 -Wl,--sort-common CFLAGS := -m32 -CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D HOST_NO_AREC #-D NO_REND +CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D TARGET_NO_AREC #-D NO_REND CFLAGS += -D SUPPORT_X11 CFLAGS += -frename-registers -fno-strict-aliasing -fsingle-precision-constant CFLAGS += -ffast-math -ftree-vectorize