diff options
Diffstat (limited to 'security/py-pyvex/files/patch-vex_Makefile-gcc')
-rw-r--r-- | security/py-pyvex/files/patch-vex_Makefile-gcc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-pyvex/files/patch-vex_Makefile-gcc b/security/py-pyvex/files/patch-vex_Makefile-gcc new file mode 100644 index 000000000000..782ab5e1a92f --- /dev/null +++ b/security/py-pyvex/files/patch-vex_Makefile-gcc @@ -0,0 +1,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 |