diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-06 21:34:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-06 21:34:44 +0000 |
commit | 6b64e41067fb2363bf57e03fbbeeb5affa745b4f (patch) | |
tree | bdf121d28136a38c7e2e914efbc653464a50e5bb /Build/source | |
parent | 588be4d1b7e254f46ac3c678ef1b3f38833f6491 (diff) |
reautoconf: CXXFLAGS empty by default
git-svn-id: svn://tug.org/texlive/trunk@47331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/utils/asymptote/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/configure b/Build/source/utils/asymptote/configure index 453fa3f80da..9a40febf365 100755 --- a/Build/source/utils/asymptote/configure +++ b/Build/source/utils/asymptote/configure @@ -2505,7 +2505,7 @@ VERSION=$PACKAGE_VERSION -test "$CXXFLAGS" || CXXFLAGS="-std=c++11" +test "$CXXFLAGS" || CXXFLAGS="" test "$CFLAGS" || CFLAGS="-g -O3" |