Skip to content

Commit 3fe1afa

Browse files
mfikesswannodette
authored andcommitted
CLJS-2126: Add new compiler option :fn-invoke-direct to build-affecting options
1 parent 6934216 commit 3fe1afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/compiler.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
(.getPath (.toURL (.toURI f)))))
12101210

12111211
(defn- build-affecting-options [opts]
1212-
(select-keys opts [:static-fns :optimize-constants :elide-asserts :target]))
1212+
(select-keys opts [:static-fns :fn-invoke-direct :optimize-constants :elide-asserts :target]))
12131213

12141214
#?(:clj
12151215
(defn compiled-by-string

0 commit comments

Comments
 (0)