32 lines
881 B
Diff
32 lines
881 B
Diff
From 3afd4de13c7019d7ad5ee63cb6557e18d52622ab Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
Date: Fri, 10 Aug 2018 15:52:36 +0200
|
|
Subject: [PATCH] configure.ac: do not reset CXXFLAGS
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 3f4cb0a..5049632 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -77,7 +77,7 @@ CPPFLAGS="$CPPFLAGS $cppflag"
|
|
|
|
# For debugging and optimization ... overwrite default because it has both -g and -O2
|
|
#CXXFLAGS="$CXXFLAGS $cxxflag"
|
|
-CXXFLAGS="$cxxflag"
|
|
+#CXXFLAGS="$cxxflag"
|
|
|
|
# Check compiler and use -Wall if gnu.
|
|
if [test $GXX = "yes" ;] then
|
|
--
|
|
2.14.4
|
|
|