Skip to content

Commit

Permalink
Don't build bytecode executables in pam
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent cfbb13d commit 32e1298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pam/example/dune
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(executables (names simple) (libraries core pam) (preprocess (pps ppx_jane)))
(executables (names simple) (modes native) (libraries core pam) (preprocess (pps ppx_jane)))
1 change: 1 addition & 0 deletions pam/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library (name pam) (public_name pam) (libraries core)
(modes native)
(library_flags -cclib -lpam -ccopt -O2) (c_names pam_stubs)
(virtual_deps conf-pam)
(preprocess (pps ppx_jane -allow-unannotated-ignores)))

0 comments on commit 32e1298

Please sign in to comment.