Remove -mtune=generic as well

This commit is contained in:
falkTX 2019-09-18 11:51:58 +01:00
parent 01bfb7a3c9
commit 5466e35d42
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ BASE_FLAGS = -O0 -g -Wall -Wextra
BASE_FLAGS += -DDEBUG
STRIP = true # FIXME
else
BASE_FLAGS = -O3 -ffast-math -mtune=generic -Wall -Wextra
BASE_FLAGS = -O3 -ffast-math -Wall -Wextra
BASE_FLAGS += -DNDEBUG
endif