summaryrefslogtreecommitdiff
path: root/run-example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-11-19 10:28:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-11-19 10:28:06 -0500
commit3e683333dc8a1a19d9a5bd8c707b303bddb47e2b (patch)
treec5eac9d5f7b77a9a7d350f5a8671cc46ddbe2d83 /run-example
parent009780604194aabb90a7eec72bcf41961213e320 (diff)
Revert "Do not auto-compile example files before running them."
This reverts commit 0a13a8e9760091031986fe3a429645113dd038b1. This was causing examples to perform horribly due to the compiler not being active. The sprite batch example in particular took a huge hit.
Diffstat (limited to 'run-example')
-rwxr-xr-xrun-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-example b/run-example
index 78b1496..aba027a 100755
--- a/run-example
+++ b/run-example
@@ -1,4 +1,4 @@
#!/bin/sh
cd examples
-../pre-inst-env guile --no-auto-compile $1.scm
+../pre-inst-env guile $1.scm