diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-11-08 14:26:03 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-11-08 14:26:03 +0000 |
| commit | c38de0728d481f1c821d9e86df960e1f1c36c04f (patch) | |
| tree | abb7fd32919c66ab8af75f5936d1035f2b3a1198 /Makefile | |
| parent | b93c12564daea92200eefc596d4c438b1b00c1c4 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
