]> granicus.if.org Git - procps-ng/commitdiff
CFLAGS
authoralbert <>
Thu, 10 Oct 2002 01:20:33 +0000 (01:20 +0000)
committeralbert <>
Thu, 10 Oct 2002 01:20:33 +0000 (01:20 +0000)
Makefile.noam

index ea694446ae05e8a17cdb82fee3aaa15921e44af0..4c4394519023a1f3f3cee8f04e4b152d366cd368 100644 (file)
@@ -36,7 +36,7 @@ export INCDIRS    =  -I/usr/include/ncurses -I/usr/X11R6/include
 
 export CC         =  gcc #-ggdb # this gets compiling and linking :-)
 export OPT        =  -O2
-export CFLAGS     =  -D_GNU_SOURCE $(OPT) -I$(shell pwd) $(INCDIRS) -W -Wall -Wstrict-prototypes -Wshadow -Wcast-align -Wmissing-prototypes
+export CFLAGS     =  -D_GNU_SOURCE $(OPT) -I$(shell pwd) $(INCDIRS) -ffast-math -W -Wall -Wstrict-prototypes -Wshadow -Wcast-align -Wmissing-prototypes
 
 export SHARED     =  1# build/install both a static and ELF shared library
 export SHLIBDIR   =  $(DESTDIR)/lib# where to install the shared library