Changeset 3dd95f in git


Ignore:
Timestamp:
Jun 24, 2010, 11:53:29 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
4f1516067d6f2512f48cbb65e60c54b871c1c6da
Parents:
179c93c519e9fe3fc5335cecd0323310a6e65093
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-24 11:53:29+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:18+01:00
Message:
use CC, CXX CFLAGS, CXXFLAGS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    r179c93c r3dd95f  
    2121##
    2222
    23 CXX             = g++
     23CXX             = @CXX@
    2424INSTALL_PROGRAM = @INSTALL@
    2525INSTALL_DATA    = @INSTALL@ -m 644
     
    3131##
    3232PIPE            = -pipe
    33 CFLAGS          = -O3 -w -fomit-frame-pointer ${PIPE}
    34 CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} -g
     33CFLAGS          = @CFLAGS@ ${PIPE}
     34CXXFLAGS        = @CXXFLAGS@ ${PIPE} -g
    3535CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    3636CPPFLAGS        = -I${srcdir} -I${includedir}
  • misc/Makefile.in

    r179c93c r3dd95f  
    2121##
    2222
    23 CXX             = g++
     23CXX             = @CXX@
    2424INSTALL         = /usr/bin/install -c
    2525INSTALL_PROGRAM = ${INSTALL}
     
    3232##
    3333PIPE            = -pipe
    34 CFLAGS          = -O3 -w -fomit-frame-pointer ${PIPE}
    35 CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE}
     34CFLAGS          = @CFLAGS@ ${PIPE}
     35CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    3737CPPFLAGS        = -I${srcdir} -I${includedir}
Note: See TracChangeset for help on using the changeset viewer.