From 3e683333dc8a1a19d9a5bd8c707b303bddb47e2b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 19 Nov 2020 10:28:06 -0500 Subject: 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. --- run-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3