Remove aliased warning option
This commit is contained in:
parent
b488d80dc9
commit
05efb3c006
2
makefile
2
makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user