From: John W. <joe...@us...> - 2004-10-02 08:11:55
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10426 Modified Files: Makefile Log Message: update opt_report rule Index: Makefile =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile 30 Sep 2004 03:26:14 -0000 1.30 --- Makefile 2 Oct 2004 08:10:06 -0000 1.31 *************** *** 230,234 **** opt_report: ! icl -Qopt_report -Qopt_report_phase all $(INCLUDES) $(CFLAGS) $(DLL_OUTPUT_OPTION)buddy.dll $(BUDDY_SRCS) -LD /link /libpath:$(JDK_ROOT)/lib test: $(EXAMPLE_CLASSFILES) --- 230,234 ---- opt_report: ! icl -fast -Qopt_report_fileOPTREPORT.txt -Qopt_report_phase all -Qopt_report_levelmax -Qvec_report3 -Qpar_report3 $(INCLUDES) $(CFLAGS) /obuddy.dll $(BUDDY_SRCS) -LD /link /libpath:$(JDK_ROOT)/lib test: $(EXAMPLE_CLASSFILES) |