X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fprojects%2Funix%2FMakefile;h=627f194f48cd5b8eb06859df64846e9cf44ddf8f;hb=587ca588c980303151df54eb8ae9a317996a7914;hp=3fc82e3c0f112508799dcdea5cf2875ca9a140f1;hpb=a40a7e6a4029057af19eaac5b2406fa282b12edb;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/projects/unix/Makefile b/source/mupen64plus-core/projects/unix/Makefile index 3fc82e3..627f194 100755 --- a/source/mupen64plus-core/projects/unix/Makefile +++ b/source/mupen64plus-core/projects/unix/Makefile @@ -96,7 +96,7 @@ ifneq ("$(filter arm%,$(HOST_CPU))","") PIC ?= 1 OSD ?= 0 NEW_DYNAREC := 1 - CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char + CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math $(warning Architecture "$(HOST_CPU)" not officially supported.') endif endif @@ -105,8 +105,7 @@ ifeq ("$(CPU)","NONE") endif # base CFLAGS, LDLIBS, and LDFLAGS -OPTFLAGS ?= -O3 -#-flto -fuse-linker-plugin +OPTFLAGS ?= -O3 WARNFLAGS ?= -Wall CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src -DM64P_PARALLEL CXXFLAGS += -fvisibility-inlines-hidden