Changeset 3dd95f in git for misc/Makefile.in


Ignore:
Timestamp:
Jun 24, 2010, 11:53:29 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.