In t1.c, small change to avoid calling twice t1_getwmsedec()
[openjpeg.git] / Makefile
index f75649845ad59b6000e25db40d2a9469e7fb6c83..f72d478ae5cd2e51386608225bd17b2b123dded5 100644 (file)
--- 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)