minor
This commit is contained in:
parent
6a3594deeb
commit
428b946f45
1 changed files with 3 additions and 2 deletions
|
|
@ -232,8 +232,9 @@
|
||||||
java.util.zip.ZipInputStream
|
java.util.zip.ZipInputStream
|
||||||
java.util.zip.ZipEntry
|
java.util.zip.ZipEntry
|
||||||
~(symbol "[B")
|
~(symbol "[B")
|
||||||
~(symbol "[I")
|
;; the following two add 1 mb to linux binary but for macOS almost nothing...:
|
||||||
~(symbol "[Ljava.lang.Object;")
|
;; ~(symbol "[I")
|
||||||
|
;; ~(symbol "[Ljava.lang.Object;")
|
||||||
~@(when features/yaml? '[org.yaml.snakeyaml.error.YAMLException])
|
~@(when features/yaml? '[org.yaml.snakeyaml.error.YAMLException])
|
||||||
~@(when features/hsqldb? '[org.hsqldb.jdbcDriver])]
|
~@(when features/hsqldb? '[org.hsqldb.jdbcDriver])]
|
||||||
:constructors [clojure.lang.Delay
|
:constructors [clojure.lang.Delay
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue