Le Fri, Dec 12, 2008 at 10:46:43PM +0100, Daniel Leidert a écrit : > > OPT = -O3 > > (...) > > velveth : $(OBJ) > > $(CC) $(CFLAGS) $(OPT) $(LDFLAGS) -o velveth obj/tightString.o > > obj/run.o obj/recycleBin.o obj/splay.o obj/splayTable.o obj/readSet.o > > obj/crc.o $(Z_LIB_FILES) > > > > As you see, $(OPT) comes after $(CFLAGS), and is set to -O3. We therefore > > have > > to override it directly. > > Well, you should still consider DEB_BUILD_OPTIONS and unset OPTS > (OPTS=""), if noopt is set.
That is much better :) Thank you very much! -- Charles Plessy Debian Med packaging team, http://www.debian.org/devel/debian-med Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

