Sorry. Reverting mistake.

This commit is contained in:
Mathieu Malaterre
2011-12-02 15:35:47 +00:00
parent d4e5366fe6
commit 12dfaa2d74
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
ifdef jpipserver
CFLAGS = -g -Wall -DSERVER
CFLAGS = -O3 -Wall -m32 -DSERVER
LIBNAME = libopenjpip_server.a
else
J2KINCDIR = ../../../libopenjpeg
CFLAGS = -g -Wall -I$(J2KINCDIR)
CFLAGS = -O3 -Wall -I$(J2KINCDIR)
LIBNAME = libopenjpip_local.a
endif