Revert "Release v4.13441 - midsummer"

This reverts commit 55e1b6714b.
This commit is contained in:
iceman1001 2021-06-25 23:39:10 +02:00
commit f0c1665427
17 changed files with 30 additions and 31 deletions

View file

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