Merge pull request #46 from l29ah/master

do not disable cpu-specific optimizations
This commit is contained in:
Lucas de Vries
2018-09-26 12:19:09 +02:00
committed by GitHub
8 changed files with 0 additions and 8 deletions
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64
-1
View File
@@ -55,7 +55,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
ARCHFLAGS = -m64 -march=athlon64 -mtune=generic
CXXFLAGS += $(ARCHFLAGS)
#Angelscript
-1
View File
@@ -60,7 +60,6 @@ for arg in $args; do
export ARCH=32
;;
64)
export ARCHFLAGS="-m64 -march=athlon64 -mtune=generic"
export ARCH=64
;;
debug)
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64
-1
View File
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
ARCHNAME = x86
else
#Global
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
#Arch name
ARCHNAME = x64