Revert "Release v4.14434 - crimson"

This reverts commit 2c4c676db2.
This commit is contained in:
iceman1001 2021-09-18 21:44:56 +02:00
commit d3696ee2c3
17 changed files with 30 additions and 31 deletions

View file

@ -75,8 +75,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