Skip to content

Commit 7a5e849

Browse files
authored
Update Compiler-options.adoc
1 parent 56823c9 commit 7a5e849

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

site/docsource/Compiler-options.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,14 @@ Trigger the generation of TypeScript `.d.ts` files.
7777
typescript. This is still experimental.
7878

7979
For more options, please see the documentation of `bsc -help`.
80+
81+
82+
### -bs-no-builtin-ppx-ml, -bs-no-builtin-ppx-mli
83+
84+
If users don't use any bs specific annotaions, user can explicitly turn it off.
85+
Another use case is that users can use `-ppx` explicitly as below:
86+
87+
[source,ocaml]
88+
--------------
89+
bsc -c -ppx bsppx -bs-no-builtin-ppx-ml c.ml
90+
--------------

0 commit comments

Comments
 (0)