summaryrefslogtreecommitdiff
path: root/security/py-pyvex/files/patch-vex_Makefile-gcc
blob: 782ab5e1a92f638b40eef26800e36db6ea493552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vex/Makefile-gcc.orig	2020-03-02 17:34:06 UTC
+++ vex/Makefile-gcc
@@ -44,7 +44,7 @@ CFLAGS := -Ipub -Ipriv \
 ifeq ($(DEBUG),1)
 CFLAGS += -g
 else
-CFLAGS += -O2
+#CFLAGS += -O2
 endif
 
 # These are a separate set of defines that compile for parallel environments