Commit 838f363e authored by lenz@mysql.com's avatar lenz@mysql.com

- typo fix in BUILD/compile-dist

parent b3d91646
......@@ -20,7 +20,7 @@ if test -z "$CXX" ; then
export CXX=gcc
# Set some required compile options
if test -z "$CXXFLAGS" ; then
export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti""
export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti"
fi
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment