From 49f2d674a7c0776aacb984b1de68eb85c4602960 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 1 Mar 2006 11:40:24 +0000 Subject: Make sure -fno-strict-aliasing is used (gcc option) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 14dfd3f..69e65f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ WriteMakefile( 'MDV::Packdrakeng' => '1.00', }, CCFLAGS => '-Wall', - OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations', + OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations -fno-strict-aliasing', VERSION_FROM => 'URPM.pm', LIBS => [ '-lrpm -lrpmio -lrpmdb -lrpmbuild -lpopt -lz' ], INC => '-I/usr/include/rpm', -- cgit v1.2.1