Commit 8ec23d0e authored by unknown's avatar unknown
Browse files

- typo fix in BUILD/compile-dist


BUILD/compile-dist:
  - typo fix
parent bc6457fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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