Changeset bd948c in git


Ignore:
Timestamp:
Nov 22, 2011, 8:01:02 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
ADD: added ${PIPE} to *_CFLAGS in some Makefile.am
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r1d3be3 rbd948c  
    7272test_d_g_CFLAGS = ${PIPE}
    7373
     74
     75
    7476test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
    7577# -fimplicit-templates
     
    7779# -fimplicit-templates
    7880# -fdiagnostics-show-option
    79 
    80 
    8181test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
    8282test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
  • omalloc/Makefile.am

    r1d3be3 rbd948c  
    6666omtTest_s_g_SOURCES = $(OMTTESTSSOURCES)
    6767omtTest_s_g_CPPFLAGS = -DHAVE_CONFIG_H
    68 omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
     68omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    6969omtTest_s_g_LDADD = libomalloc_g.la
    7070omtTest_s_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static
     
    7777omtTest_s_r_SOURCES = $(OMTTESTSSOURCES)
    7878omtTest_s_r_CPPFLAGS = -DOM_NDEBUG
    79 omtTest_s_r_CFLAGS = -O3
     79omtTest_s_r_CFLAGS = -O3 ${PIPE}
    8080omtTest_s_r_LDADD = libomalloc.la
    8181omtTest_s_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static
     
    8585omtTest_d_g_SOURCES = $(OMTTESTSSOURCES)
    8686omtTest_d_g_CPPFLAGS = -DHAVE_CONFIG_H
    87 omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
     87omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    8888omtTest_d_g_LDADD = libomalloc_g.la
    8989omtTest_d_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
     
    9696omtTest_d_r_SOURCES = $(OMTTESTSSOURCES)
    9797omtTest_d_r_CPPFLAGS = -DOM_NDEBUG
    98 omtTest_d_r_CFLAGS = -O3
     98omtTest_d_r_CFLAGS = -O3 ${PIPE}
    9999omtTest_d_r_LDADD = libomalloc.la
    100100omtTest_d_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
Note: See TracChangeset for help on using the changeset viewer.