ref: 3703478dcfedd048437f7a0515dbda2ff8a22d8d
./project.clj
1 2 3 4 5 6 7 8 |
(defproject aoc "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :dependencies [[org.clojure/clojure "1.10.1"]] :main ^:skip-aot aoc.core :target-path "target/%s" :profiles {:uberjar {:aot :all :jvm-opts ["-Dclojure.compiler.direct-linking=true"]}}) |