From 62e3f18634ed4732d1408915b574c21ab1b6933a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 10 Jul 2003 16:04:15 +0000 Subject: removed -f-no-rtti as no C++ code is used. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 93453b0..85a5890 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ my $define = $version =~ /^(?:4\.[2-9]|[5-9]|\d{2})/ ? '-DRPM_42' : ''; WriteMakefile( 'NAME' => 'URPM', 'CCFLAGS' => '-Wall', - 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -ffast-math -fexpensive-optimizations', + 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations', 'MAKEFILE' => 'Makefile', 'OBJECT' => 'URPM.o', 'VERSION_FROM' => 'URPM.pm', -- cgit v1.2.1