diff options
Diffstat (limited to 'jbofihe/patches/06-config.patch')
| -rw-r--r-- | jbofihe/patches/06-config.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jbofihe/patches/06-config.patch b/jbofihe/patches/06-config.patch new file mode 100644 index 0000000..461d03a --- /dev/null +++ b/jbofihe/patches/06-config.patch @@ -0,0 +1,11 @@ +--- jbofihe-0.38.orig/config.pl 2001-09-15 16:10:37.000000000 -0600 ++++ jbofihe-0.38/config.pl 2010-10-07 23:28:56.000000000 -0600 +@@ -62,7 +62,7 @@ + $cmafihe_ldopts=""; + } + +-$optdebug = $debug ? " -g -Wall" : " -O2"; ++$optdebug = $debug ? " -g -Wall" : ""; + if ($profile) { + $optdebug .= " -pg"; + } |
