This commit is contained in:
Nathan Marz 2015-03-01 20:33:55 -05:00
parent 97086068d6
commit aca0fa4b5e

View file

@ -1,4 +1,4 @@
(defproject com.rpl/specter "0.0.3" (defproject com.rpl/specter "0.0.4"
:dependencies [[org.clojure/clojure "1.6.0"] :dependencies [[org.clojure/clojure "1.6.0"]
] ]
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions