summarylogtreecommitdiffstats
path: root/use-fcommon.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use-fcommon.patch')
-rw-r--r--use-fcommon.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/use-fcommon.patch b/use-fcommon.patch
new file mode 100644
index 000000000000..1cdb75909065
--- /dev/null
+++ b/use-fcommon.patch
@@ -0,0 +1,12 @@
+--- configure.ac 2020-05-15 23:33:55.534886733 -0500
++++ configure.ac2 2020-05-15 23:34:30.310669969 -0500
+@@ -31,8 +31,8 @@
+ CXXFLAGS="-Wall -O0 -g -D_DEBUG"
+ AC_MSG_RESULT([yes])
+ else
+- CFLAGS="-O3"
+- CXXFLAGS="-O3"
++ CFLAGS="-O3 -fcommon"
++ CXXFLAGS="-O3 -fcommon"
+ AC_MSG_RESULT([no])
+ fi