do not disable cpu-specific optimizations

This commit is contained in:
Sergey Alirzaev
2018-09-24 14:39:30 +03:00
parent ba99a9a308
commit c295e25d26
8 changed files with 0 additions and 8 deletions
-1
View File
@@ -55,7 +55,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
ARCHFLAGS = -m64 -march=athlon64 -mtune=generic
CXXFLAGS += $(ARCHFLAGS)
#Angelscript