Changeset 3dd95f in git for misc/Makefile.in
- Timestamp:
- Jun 24, 2010, 11:53:29 AM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/Makefile.in
r179c93c r3dd95f 21 21 ## 22 22 23 CXX = g++23 CXX = @CXX@ 24 24 INSTALL = /usr/bin/install -c 25 25 INSTALL_PROGRAM = ${INSTALL} … … 32 32 ## 33 33 PIPE = -pipe 34 CFLAGS = -O3 -w -fomit-frame-pointer${PIPE}35 CXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti${PIPE}34 CFLAGS = @CFLAGS@ ${PIPE} 35 CXXFLAGS = @CXXFLAGS@ ${PIPE} 36 36 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 37 37 CPPFLAGS = -I${srcdir} -I${includedir}
Note: See TracChangeset
for help on using the changeset viewer.