Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/iml/patches/configure_default_cflags.patch
8820 views
1
diff -ru src/configure b/configure
2
--- src/configure 2008-06-16 01:52:33.000000000 +0200
3
+++ b/configure 2013-06-12 18:12:47.002405386 +0200
4
@@ -18621,8 +18621,7 @@
5
6
7
DEFAULT_CFLAGS="-O3 -Wall"
8
-${CFLAGS:=$DEFAULT_CFLAGS}
9
-CFLAGS="-I. ${CFLAGS}"
10
+CFLAGS="-I. ${CFLAGS:-$DEFAULT_CFLAGS}"
11
12
13
14
15