From a7082d3057f71157a0307bb46c9d2c755ac11a06 Mon Sep 17 00:00:00 2001 From: albert <> Date: Thu, 10 Oct 2002 01:20:33 +0000 Subject: [PATCH] CFLAGS --- Makefile.noam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.noam b/Makefile.noam index ea694446..4c439451 100644 --- a/Makefile.noam +++ b/Makefile.noam @@ -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