Author: glen Date: Sat Mar 17 23:51:48 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - allow pass our optflags
---- Files affected: SOURCES: mythes-optflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mythes-optflags.patch diff -u /dev/null SOURCES/mythes-optflags.patch:1.1 --- /dev/null Sun Mar 18 00:51:48 2007 +++ SOURCES/mythes-optflags.patch Sun Mar 18 00:51:42 2007 @@ -0,0 +1,12 @@ +--- MyThes-1.0/Makefile~ 2003-12-08 23:42:33.000000000 +0200 ++++ MyThes-1.0/Makefile 2007-03-18 01:48:52.617633436 +0200 +@@ -4,7 +4,8 @@ + #CXXFLAGS= -O0 -g -Wall -ansi -pedantic -I. + #LDFLAGS=-L. -lmythes -ldmalloc + +-CXXFLAGS= -O2 -Wall -ansi -pedantic -I. ++OPTFLAGS := -O2 -Wall ++CXXFLAGS := $(OPTFLAGS) -ansi -pedantic -I. + LDFLAGS=-L. -lmythes + + LIBS=libmythes.a ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
