Remove aliased warning option

This commit is contained in:
rexy712 2020-10-18 10:00:21 -07:00
parent b488d80dc9
commit 05efb3c006

View File

@ -123,7 +123,7 @@ endif
ifeq ($(RELEASE),1) ifeq ($(RELEASE),1)
#a lot of false strict aliasing warnings from gcc 9 #a lot of false strict aliasing warnings from gcc 9
COMPILER_FLAGS+=-O2 -Wno-strict-aliasing COMPILER_FLAGS+=-O2
else else
#default target #default target
COMPILER_FLAGS+=-O0 -g3 -ggdb COMPILER_FLAGS+=-O0 -g3 -ggdb