projects
/
simpleserver-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3253ded
)
Add (commented-out) OPTIMIZE line
author
Mike Taylor
<mike@indexdata.com>
Mon, 24 Jul 2006 23:04:33 +0000
(23:04 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 24 Jul 2006 23:04:33 +0000
(23:04 +0000)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
869d4ce
..
33036af
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,6
@@
use ExtUtils::MakeMaker;
-## $Id: Makefile.PL,v 1.10 2006-03-24 12:08:14 mike Exp $
+## $Id: Makefile.PL,v 1.11 2006-07-24 23:04:33 mike Exp $
my $yazconf = "yaz-config";
my $yazver = `$yazconf --version`;
@@
-37,4
+37,5
@@
WriteMakefile(
'LIBS' => [$yazlibs], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => $yazinc, # e.g., '-I/usr/include/other'
+# OPTIMIZE => "-Wdeclaration-after-statement -g -O0",
);