From 9b0195121df2c53bdd030fdec6d7871f27f057f0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 9 Jan 2018 18:53:05 +0000 Subject: poppler 0.62.0, requiring C++11; luatex not updated yet git-svn-id: svn://tug.org/texlive/trunk@46257 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Build/source/Build') diff --git a/Build/source/Build b/Build/source/Build index 1cc955f83d5..9229199890d 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -61,10 +61,12 @@ if test "x$1" = x--debug || test "x$1" = x-g; then # The idea is that with Build -g, you can set TL_COMPILER_GFLAGS in # the environment with options common to all compilers -- # not necessarily anything to do with debugging, e.g., -mcpu=sparvc9. + # Or you can set TL_{C,CXX,OBJCXX}FLAGS for per-language flags, + # notably TL_CFLAGS=-Wdeclaration-after-statement. : ${TL_COMPILER_GFLAGS=-g} - c="CFLAGS='$TL_COMPILER_GFLAGS'" - cxx="CXXFLAGS='$TL_COMPILER_GFLAGS'" - objcxx="OBJCXXFLAGS='$TL_COMPILER_GFLAGS'" # needed only on macs + c="CFLAGS='$TL_COMPILER_GFLAGS $TL_CFLAGS'" + cxx="CXXFLAGS='$TL_COMPILER_GFLAGS $TL_CXXFLAGS'" + objcxx="OBJCXXFLAGS='$TL_COMPILER_GFLAGS $TL_OBJCXXFLAGS'" # only for macs TL_BUILD_ENV="$c $cxx $objcxx $TL_BUILD_ENV" fi -- cgit v1.2.3