summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-08 14:26:03 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-08 14:26:03 +0000
commitc38de0728d481f1c821d9e86df960e1f1c36c04f (patch)
treeabb7fd32919c66ab8af75f5936d1035f2b3a1198 /Makefile
parentb93c12564daea92200eefc596d4c438b1b00c1c4 (diff)
In t1.c, small change to avoid calling twice t1_getwmsedec()
Patch from Callum Lewick. Basic gcc optimization flags in cmake and makefile match.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7564984..f72d478a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ INSTALL_INCLUDE = $(PREFIX)/include
# Converts cr/lf to just lf
DOS2UNIX = dos2unix
-COMPILERFLAGS = -O3 -fPIC
+COMPILERFLAGS = -Wall -O3 -ffast-math -std=c99 -fPIC
LIBRARIES = -lstdc++
MODULES = $(SRCS:.c=.o)