Browse Source

Remove -mtune=generic as well

tags/v0.9.1
falkTX 5 years ago
parent
commit
5466e35d42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c++/Makefile.mk

+ 1
- 1
c++/Makefile.mk 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



Loading…
Cancel
Save