diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-03 00:21:33 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-03 00:21:33 +0000 |
commit | eec85f9b323a246e58b0040ec1d9b4795cdba59a (patch) | |
tree | a9310441852443002f1a6ace3fa969dcd801a7f2 /security/py-pyvex/files/patch-vex_Makefile-gcc | |
parent | graphics/sekrit-twc-zimg: update to 2.9.3 (diff) |
New port: security/py-pyvex
PyVEX provides an interface that translates binary code into the VEX
intermediate represenation (IR).
WWW: https://github.com/angr/pyvex
PR: 244562
Notes
Notes:
svn path=/head/; revision=527657
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 |