Sorry. Reverting mistake.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user