mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2025-02-17 05:38:28 +00:00
Drop -fno-strict-aliasing.
This commit is contained in:
parent
57ebac86b8
commit
ace67e55b4
3
Makefile
3
Makefile
@ -96,7 +96,7 @@ all: $(TARGET)
|
||||
|
||||
|
||||
LDFLAGS += -Wl,--no-undefined -fPIC -shared -lz -Wl,--version-script=link.T -pthread
|
||||
FLAGS += -ffast-math -msse -msse2 -funroll-loops -O3 -g -Wall -fPIC -fno-strict-overflow -fno-strict-aliasing
|
||||
FLAGS += -ffast-math -msse -msse2 -funroll-loops -O3 -g -Wall -fPIC -fno-strict-overflow
|
||||
FLAGS += -I. -Imednafen -Imednafen/include -Imednafen/intl -pthread
|
||||
|
||||
WARNINGS := -Wall \
|
||||
@ -107,6 +107,7 @@ WARNINGS := -Wall \
|
||||
-Wno-unused-function \
|
||||
-Wno-uninitialized \
|
||||
-Wno-unused-result \
|
||||
-Wno-strict-aliasing \
|
||||
-Wno-overflow
|
||||
|
||||
FLAGS += -DLSB_FIRST -DHAVE_MKDIR -DSIZEOF_DOUBLE=8 $(WARNINGS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user