20 lines
524 B
Diff
20 lines
524 B
Diff
configure.ac | 5 ++++-
|
|
1 files changed, 4 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index af30b8a..ca6c7cc 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -275,7 +275,10 @@ dnl **********************************************************************
|
|
|
|
CURL_CHECK_COMPILER
|
|
CURL_SET_COMPILER_BASIC_OPTS
|
|
-CURL_SET_COMPILER_DEBUG_OPTS
|
|
+
|
|
+dnl do not perturb CFLAGS given by the build system
|
|
+dnl CURL_SET_COMPILER_DEBUG_OPTS
|
|
+
|
|
CURL_SET_COMPILER_OPTIMIZE_OPTS
|
|
CURL_SET_COMPILER_WARNING_OPTS
|
|
|