Release v4.16191 - Nitride

This commit is contained in:
iceman1001 2023-01-29 20:35:17 +01:00
commit bec61e9185
17 changed files with 34 additions and 47 deletions

View file

@ -104,8 +104,8 @@ ifeq ($(DEBUG),1)
DEFCFLAGS = -g -O0 -fstrict-aliasing -pipe
DEFLDFLAGS =
else
DEFCXXFLAGS = -Wall -Werror -O3 -pipe
DEFCFLAGS = -Wall -Werror -O3 -fstrict-aliasing -pipe
DEFCXXFLAGS = -Wall -O3 -pipe
DEFCFLAGS = -Wall -O3 -fstrict-aliasing -pipe
DEFLDFLAGS =
endif