From: Francois-Olivier Devaux Date: Tue, 19 Apr 2005 10:10:54 +0000 (+0000) Subject: Update X-Git-Tag: opj0-97~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4696a445d30208e30350f191bcdb67018337321;p=openjpeg Update --- diff --git a/mj2/Makefile b/mj2/Makefile index 9ae30d6d..0cc9030e 100644 --- a/mj2/Makefile +++ b/mj2/Makefile @@ -1,6 +1,6 @@ # # Valentin Mesaros (Octalis | DICE/UCL Belgium) -# 21 March 2005 +# 19 April 2005 # # Makefile for mj2 source files (frames_to_mj2, mj2_to_frames, extract_j2k_from_mj2, wrap_j2k_in_mj2) # @@ -8,7 +8,7 @@ INCLUDES = -Imj2 \ -I../libopenjpeg -C_OPT = -Wall -O -fno-strength-reduce -fomit-frame-pointer +C_OPT = -Wall CFLAGS = $(INCLUDES) $(C_OPT) CC = gcc