[SCM] juce/master: get rid of default target-arch '-march=native'
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sat Jan 30 14:57:37 UTC 2016
The following commit has been merged in the master branch:
commit fab7c408ca32ba7b92085d724f59207de41a2ec7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Jan 28 21:36:35 2016 +0100
get rid of default target-arch '-march=native'
diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index 3f1dc19..2711c90 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -64,10 +64,6 @@ LIBDIR := build
OBJDIR := build/intermediate/Release
OUTDIR := build
-ifeq ($(TARGET_ARCH),)
- TARGET_ARCH := -march=native
-endif
-
JUCE_CPPFLAGS := $(DEPFLAGS) \
-D "LINUX=1" \
-D "NDEBUG=1" \
--
juce packaging
More information about the pkg-multimedia-commits
mailing list