summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-06-12 07:17:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-06-12 07:17:37 -0400
commit67704f8de245937252cca1897f7b99f40f1fccfb (patch)
treef6c8c2e9f511c22f6d1f5ee0e6e55580906f5cc0 /tools
parent155388ec3c9df48487bb30dde8fea4d05b5e1b7e (diff)
try removing --backtrace from VM build script
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 05f8eea2d2..a6357ef488 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -11,7 +11,7 @@ fi
cd $BASE || exit 1
git pull || exit 1
-./waf configure $* --strict --backtrace --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
+./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
./waf || exit 1
cd tools/linux_packaging || exit 1
./build --public --harvid --strip some || exit 1