From cbb103bb80111cf7388d4f1a7b103b51e76f1bc0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 17 Jan 2020 20:14:52 -0500 Subject: [PATCH] sage: set SAGE_DEBUG=no. This is a trinary variable, and the default (unset) leaves debugging symbols installed. --- sage | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage b/sage index e1dd0bd..3c6eff8 100644 --- a/sage +++ b/sage @@ -2,3 +2,6 @@ # This is the default, but let's make sure. export SAGE_INSTALL_GCC=no + +# This is trinary, ha ha! +export SAGE_DEBUG=no -- 2.43.2