mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 10:16:15 +02:00
12 lines
310 B
Diff
12 lines
310 B
Diff
|
--- 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";
|
||
|
}
|