diff options
Diffstat (limited to 'app-emulation/qemu/files/qemu-9999-cflags.patch')
-rw-r--r-- | app-emulation/qemu/files/qemu-9999-cflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-9999-cflags.patch b/app-emulation/qemu/files/qemu-9999-cflags.patch new file mode 100644 index 0000000..08a6c9f --- /dev/null +++ b/app-emulation/qemu/files/qemu-9999-cflags.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index 82f6e71..7e19aaf 100755 +--- a/configure ++++ b/configure +@@ -3131,8 +3131,6 @@ fi + if test "$gcov" = "yes" ; then + CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS" + LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS" +-elif test "$debug" = "no" ; then +- CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS" + fi + + |