summaryrefslogtreecommitdiff
path: root/app-emulation/pcem/files/pcem-15-respect-cflags.patch
blob: 734812a69daa4e7a60cc1309cd07b9d0b16a7bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/configure.ac	2019-05-19 18:40:05.000000000 +0200
+++ b/configure.ac	2019-09-21 17:34:53.499993726 +0200
@@ -31,8 +31,8 @@
    CXXFLAGS="-Wall -O0 -g -D_DEBUG"
    AC_MSG_RESULT([yes])
 else
-   CFLAGS="-O3"
-   CXXFLAGS="-O3"
+   CFLAGS?="-O3"
+   CXXFLAGS?="-O3"
    AC_MSG_RESULT([no])
 fi