Skip to content

Instantly share code, notes, and snippets.

@aconbere
Last active August 29, 2015 13:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aconbere/b9ce4b05b8bad1de6869 to your computer and use it in GitHub Desktop.
diff --git a/project.clj b/project.clj
index 31fa283..dd5a0db 100644
--- a/project.clj
+++ b/project.clj
@@ -11,6 +11,8 @@
:dev-dependencies [[org.clojure/tools.nrepl "0.2.3"]]
:plugins [[lein-cljsbuild "0.3.2"]]
+ :profiles {:uberjar {:aot [clojure.core.match.test.core]}}
+
:cljsbuild
{:builds
[{:id "test"

Steps to reproduce

On Master

  1. git apply aot-patch.diff
  2. lein clean && lein uberjar

Back in time

  1. git co ad7fa2097a1ed7f629f4d34a2c1e8d4a3af8eaa7
  2. git apply aot-patch.diff
  3. lein clean && lein uberjar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment