- Timestamp:
- Jun 24, 2010, 11:53:29 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.