[Compbench-devel] CompBenchmarks++ configure.in,1.20,1.21
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-21 21:45:13
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9113 Modified Files: configure.in Log Message: CBM namespace. -g option added. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.in 28 Dec 2006 18:50:55 -0000 1.20 --- configure.in 21 Jan 2007 21:45:08 -0000 1.21 *************** *** 13,25 **** case $sys in Linux) ! CBM_SYSTEM=CBMSystemLinux CBM_SYSTEM_LINUX=1 ;; CYGWIN*) ! CBM_SYSTEM=CBMSystemCygwin CBM_SYSTEM_CYGWIN=1 ;; FreeBSD) ! CBM_SYSTEM=CBMSystemFreeBSD CBM_SYSTEM_FREEBSD=1 ;; --- 13,25 ---- case $sys in Linux) ! CBM_SYSTEM=CBM::SystemLinux CBM_SYSTEM_LINUX=1 ;; CYGWIN*) ! CBM_SYSTEM=CBM::SystemCygwin CBM_SYSTEM_CYGWIN=1 ;; FreeBSD) ! CBM_SYSTEM=CBM::SystemFreeBSD CBM_SYSTEM_FREEBSD=1 ;; *************** *** 203,207 **** fi ! CXXFLAGS="-Wall -pedantic -O2" # Checks for libraries. --- 203,207 ---- fi ! CXXFLAGS="-Wall -pedantic -O2 -g" # Checks for libraries. |