From 74b2d832fb1480262cd077a9f635094445d7e1cb Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 7 Mar 2006 10:27:43 +0000 Subject: Clean up gcc options --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 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', -- cgit v1.2.1