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, 0 insertions, 12 deletions
diff --git a/use-fcommon.patch b/use-fcommon.patch
deleted file mode 100644
index 1cdb75909065..000000000000
--- a/use-fcommon.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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