do not disable cpu-specific optimizations
This commit is contained in:
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
@@ -55,7 +55,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
ARCHFLAGS = -m64 -march=athlon64 -mtune=generic
|
||||
CXXFLAGS += $(ARCHFLAGS)
|
||||
|
||||
#Angelscript
|
||||
|
||||
@@ -60,7 +60,6 @@ for arg in $args; do
|
||||
export ARCH=32
|
||||
;;
|
||||
64)
|
||||
export ARCHFLAGS="-m64 -march=athlon64 -mtune=generic"
|
||||
export ARCH=64
|
||||
;;
|
||||
debug)
|
||||
|
||||
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
@@ -12,7 +12,6 @@ ifeq ($(ARCH), 32)
|
||||
ARCHNAME = x86
|
||||
else
|
||||
#Global
|
||||
CXXFLAGS += -m64 -march=athlon64 -mtune=generic
|
||||
|
||||
#Arch name
|
||||
ARCHNAME = x64
|
||||
|
||||
Reference in New Issue
Block a user