aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 69e65f2..43a2444 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,8 +51,7 @@ WriteMakefile(
PREREQ_PM => {
'MDV::Packdrakeng' => '1.00',
},
- CCFLAGS => '-Wall',
- OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations -fno-strict-aliasing',
+ CCFLAGS => '-Wall -fno-strict-aliasing',
VERSION_FROM => 'URPM.pm',
LIBS => [ '-lrpm -lrpmio -lrpmdb -lrpmbuild -lpopt -lz' ],
INC => '-I/usr/include/rpm',