Skip to content

Commit

Permalink
add safe string and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Sep 5, 2017
1 parent 85c6f59 commit b4799b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
build:
jbuilder build
jbuilder build --dev

doc:
jbuilder build @doc

test:
jbuilder runtest
jbuilder runtest --dev

examples:
jbuilder build @examples/examples
Expand Down
1 change: 1 addition & 0 deletions examples/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
((name examples)
(libraries (junit))
(modules (examples simple))
(flags (:standard -safe-string))
))

(rule
Expand Down
4 changes: 3 additions & 1 deletion lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
(public_name junit)
(wrapped false)
(synopsis "JUnit XML reports generation library")
(libraries (tyxml ptime ptime.clock.os))))
(libraries (tyxml ptime ptime.clock.os))
(flags (:standard -safe-string))
))

0 comments on commit b4799b7

Please sign in to comment.