Changeset bd948c in git
- Timestamp:
- Nov 22, 2011, 8:01:02 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 82102f7983746e8c06470cef72757bccdc4e7ba9
- Parents:
- 1d3be347572153044fb3aa1599ba1d67cfcd59cc
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 20:01:02+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r1d3be3 rbd948c 72 72 test_d_g_CFLAGS = ${PIPE} 73 73 74 75 74 76 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} 75 77 # -fimplicit-templates … … 77 79 # -fimplicit-templates 78 80 # -fdiagnostics-show-option 79 80 81 81 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} 82 82 test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -
omalloc/Makefile.am
r1d3be3 rbd948c 66 66 omtTest_s_g_SOURCES = $(OMTTESTSSOURCES) 67 67 omtTest_s_g_CPPFLAGS = -DHAVE_CONFIG_H 68 omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long 68 omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} 69 69 omtTest_s_g_LDADD = libomalloc_g.la 70 70 omtTest_s_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static … … 77 77 omtTest_s_r_SOURCES = $(OMTTESTSSOURCES) 78 78 omtTest_s_r_CPPFLAGS = -DOM_NDEBUG 79 omtTest_s_r_CFLAGS = -O3 79 omtTest_s_r_CFLAGS = -O3 ${PIPE} 80 80 omtTest_s_r_LDADD = libomalloc.la 81 81 omtTest_s_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static … … 85 85 omtTest_d_g_SOURCES = $(OMTTESTSSOURCES) 86 86 omtTest_d_g_CPPFLAGS = -DHAVE_CONFIG_H 87 omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long 87 omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} 88 88 omtTest_d_g_LDADD = libomalloc_g.la 89 89 omtTest_d_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc … … 96 96 omtTest_d_r_SOURCES = $(OMTTESTSSOURCES) 97 97 omtTest_d_r_CPPFLAGS = -DOM_NDEBUG 98 omtTest_d_r_CFLAGS = -O3 98 omtTest_d_r_CFLAGS = -O3 ${PIPE} 99 99 omtTest_d_r_LDADD = libomalloc.la 100 100 omtTest_d_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
Note: See TracChangeset
for help on using the changeset viewer.