Revert "Release v4.14831 - Frostbit"

This reverts commit 0b65f2bc9e.
This commit is contained in:
iceman1001 2022-01-11 19:17:19 +01:00
commit 1731695483
17 changed files with 45 additions and 31 deletions

View file

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