summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-18 17:58:03 +0000
committerKarl Berry <karl@freefriends.org>2009-06-18 17:58:03 +0000
commit105ccc5310edd2930a6a0b687e5629ccb6d4b34c (patch)
treedd2e7194b31f398838a4f50f8c4075fa0a325fcf /Build/source/Build
parent6fd6699a451d86200fbc3a030cb1098e0dcea48a (diff)
eradicate -Wdecl stuff, peb has implemented
something more general. git-svn-id: svn://tug.org/texlive/trunk@13823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 7e1d092fafe..4d1a53b1fd7 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -52,13 +52,6 @@ fi
: ${TL_BUILD_ENV=}
if test "x$1" = x--debug || test "x$1" = x-g; then
shift
- if test "x$1" = x-Wdecl || test "x$1" = x-Wdeclaration-after-statement; then
- wdecl=-Wdeclaration-after-statement
- shift
- else
- wdecl=
- fi
- TL_GFLAGS="wdecl $TL_GCFLAGS"
TL_BUILD_ENV="CFLAGS='-g $TL_GCFLAGS' CXXFLAGS=-g OBJCFLAGS=-g $TL_BUILD_ENV"
fi