Revert "Release v4.17140 - Raccoon"

This reverts commit 6ca0ce704a.
This commit is contained in:
iceman1001 2023-09-09 11:00:00 +02:00
commit f9877f79de
18 changed files with 50 additions and 35 deletions

View file

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