From f7c52087b2a836ab8913b7718ad37230a2895ef3 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 17 Nov 2019 11:20:29 +0100 Subject: [PATCH] do not force compiler settings within the testsuite --- test/src/comp-tests.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 34d00896b4f..2a4c849a7c8 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -29,9 +29,6 @@ (require 'cl-lib) (require 'comp) -(setq comp-speed 3) -(setq comp-debug 1) - (defconst comp-test-directory (file-name-directory (or load-file-name buffer-file-name))) (defconst comp-test-src -- 2.39.5