From e9403bb6364152af447080d41a35891f8d75ff30 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 17 Mar 2019 00:15:52 -0400 Subject: Now only timing compiler operations in the Leiningen plugin. --- luxc/src/lux.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luxc') diff --git a/luxc/src/lux.clj b/luxc/src/lux.clj index 3dbc819a1..f35373fa8 100644 --- a/luxc/src/lux.clj +++ b/luxc/src/lux.clj @@ -20,7 +20,7 @@ (defn -main [& args] (|case (&/->list args) (&/$Cons "release" (&/$Cons program-module (&/$Cons resources-dirs (&/$Cons source-dirs (&/$Cons target-dir (&/$Nil)))))) - (time (&compiler/compile-program &/$Build program-module (separate-paths resources-dirs) (separate-paths source-dirs) target-dir)) + (&compiler/compile-program &/$Build program-module (separate-paths resources-dirs) (separate-paths source-dirs) target-dir) (&/$Cons "repl" (&/$Cons resources-dirs (&/$Cons source-dirs (&/$Cons target-dir (&/$Nil))))) (&repl/repl (separate-paths resources-dirs) -- cgit v1.2.3