Changeset e63576 in git for kernel/makefile
- Timestamp:
- Aug 11, 2011, 4:42:02 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 95eb6d00149ac8549074f366eba29162578e4ead
- Parents:
- 3e305b6ce4edb47687c2d4f484f63a86ab340c0f
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 16:42:02+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/makefile
r3e305b re63576 40 40 41 41 PIPE = -pipe 42 CFLAGS = -O3 - w -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS}43 CXXFLAGS = -O3 - w -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS}42 CFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS} 43 CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS} 44 44 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 45 45 CPPFLAGS = -I${srcdir} -I.. -I${includedir} ${LIBPOLYS_CFLAGS} … … 83 83 tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc \ 84 84 f5c.cc ratgring.cc shiftgb.cc gfan.cc \ 85 linearAlgebra.cc 85 linearAlgebra.cc nc.cc 86 86 CXXSOURCES2 = SingularBuilder.cpp 87 87 … … 112 112 eigenval.h units.h \ 113 113 fegetopt.h \ 114 ratgring.h shiftgb.h \114 ratgring.h shiftgb.h nc.h \ 115 115 mmalloc.h \ 116 116 semic.h \
Note: See TracChangeset
for help on using the changeset viewer.