Skip to content

Commit 4e2d8e2

Browse files
committed
Removed -safe-string build flag
1 parent 0f15dd4 commit 4e2d8e2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/jbuild

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
(names (async cursor dump populate prompt test_lo))
55
(flags (
66
:standard
7-
-w -9
8-
-safe-string -strict-sequence
9-
-principal -short-paths
7+
-w -9 -strict-sequence -principal -short-paths
108
))
119
(libraries (postgresql))
1210
))

src/jbuild

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
(public_name postgresql)
66
(flags (
77
:standard
8-
-w -9
9-
-safe-string -strict-sequence
10-
-principal -short-paths
8+
-w -9 -strict-sequence -principal -short-paths
119
))
1210
(c_names (postgresql_stubs))
1311
(c_flags (

0 commit comments

Comments
 (0)