[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.19,1.20
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-24 16:01:20
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25918 Modified Files: Makefile.am Log Message: CXXFLAGS unset (removes compilation errors on some platforms). Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.am 23 May 2007 17:27:56 -0000 1.19 --- Makefile.am 24 May 2007 16:01:14 -0000 1.20 *************** *** 51,54 **** --- 51,58 ---- AM_CXXFLAGS = `$(PERL) -MExtUtils::Embed -e ccopts` + # Removes all optimisation & warnings flags here (useless and may cause compilation + # errors). + CXXFLAGS = + libCBM_la_LIBADD = ../libcompbenchmarks/libcompbenchmarks.la |