Fix CFLAGS complience. No optimizations at all was used before...

Approved by:	maintainer
This commit is contained in:
Mikhail Teterin
2002-05-31 14:40:40 +00:00
parent 72fe939d53
commit 96f21f3abf

View File

@@ -11,6 +11,11 @@
$libs =~ s/\s+/ /g;
$inc =~ s/\s+/ /g;
@@ -160,3 +160,3 @@
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
- 'OPTIMIZE' => '-O2 -g',
+ 'CCFLAGS' => '${CFLAGS}',
'MAN3PODS' => {
@@ -207,14 +207,14 @@
sub gtk_version {
my($result);