Skip to content

Commit

Permalink
Merge pull request #33 from kepler16/build/direct-linking
Browse files Browse the repository at this point in the history
build: use direct-linking = true compile opt
  • Loading branch information
armed authored Jun 3, 2024
2 parents ee038e6 + 8e1a76b commit 50d6361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
(b/copy-dir {:src-dirs ["src"]
:target-dir class-dir})
(b/compile-clj {:basis basis
:compile-opts {:direct-linking true}
:ns-compile '[k16.kmono.main]
:class-dir class-dir})
(b/uber {:class-dir class-dir
Expand Down

0 comments on commit 50d6361

Please sign in to comment.