From 31db20ecc3ba39e2e7eae62551a35f8f939adced Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 9 Oct 2013 12:08:21 -0400 Subject: [PATCH] re-added -explicit-use option to csc compiler --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index eaeaedb..9e62a2f 100644 --- a/SConstruct +++ b/SConstruct @@ -52,7 +52,7 @@ scheme_tester = Builder( # Create the Environment for this project scheme = Environment( ENV = os.environ, - CCFLAGS = [ '-I', 'inc'], + CCFLAGS = [ '-explicit-use', '-I', 'inc'], LDFLAGS = [], BUILDERS = { 'Program': scheme_linker, -- 2.52.0