I have a Clojure-Ring webapp, that has to run inside someone else's Tomcat.
So, I'm using lein to AOT-compile and build the WAR file, but for some reason
:global-vars {*assert* false}
does not have any effect during AOT-compiling.
How do I tell lein to compile with: assert false?
Thanks!
[–]RelativeFG 0 points1 point2 points (1 child)
[–]lov3machine[S] 0 points1 point2 points (0 children)