File tree 8 files changed +9
-0
lines changed
8 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 39
39
-w -67
40
40
; remove -w -67 by adding the camlinternalMenhirLib hack like the Makefile
41
41
))
42
+ (ocamlopt_flags (:standard -function-sections))
42
43
(library_flags -linkall)
43
44
(libraries stdlib)
44
45
(modules_without_implementation
89
90
-nostdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66
90
91
-warn-error A -bin-annot -safe-string -strict-formats
91
92
))
93
+ (ocamlopt_flags (:standard -function-sections))
92
94
(libraries stdlib ocamlcommon)
93
95
(modules
94
96
;; bytecomp/
Original file line number Diff line number Diff line change 16
16
(wrapped false)
17
17
(modes byte native)
18
18
(flags (:standard -principal -nostdlib))
19
+ (ocamlopt_flags (:standard -function-sections))
19
20
(libraries stdlib)
20
21
(modules
21
22
common
Original file line number Diff line number Diff line change 20
20
-nostdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66
21
21
-warn-error A -bin-annot -safe-string -strict-formats
22
22
))
23
+ (ocamlopt_flags (:standard -function-sections))
23
24
(library_flags (:standard -linkall))
24
25
(libraries stdlib))
25
26
Original file line number Diff line number Diff line change 20
20
-nostdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48
21
21
-warn-error A -bin-annot -safe-string -strict-formats
22
22
))
23
+ (ocamlopt_flags (:standard -function-sections))
23
24
(modules
24
25
binutils
25
26
local_store
Original file line number Diff line number Diff line change 20
20
-nostdlib -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66
21
21
-warn-error A -bin-annot -safe-string -strict-formats
22
22
))
23
+ (ocamlopt_flags (:standard -function-sections))
23
24
(library_flags (:standard -linkall))
24
25
(libraries stdlib)
25
26
(foreign_stubs (language c) (names strstubs)))
Original file line number Diff line number Diff line change 22
22
mutex
23
23
thread)
24
24
(flags -w +33..39 -warn-error A -g -bin-annot -safe-string)
25
+ (ocamlopt_flags (:standard -function-sections))
25
26
(libraries stdlib unix)
26
27
(library_flags -linkall)
27
28
(c_library_flags -lpthread)
Original file line number Diff line number Diff line change 20
20
-nostdlib -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot
21
21
-g -safe-string -strict-sequence -strict-formats
22
22
))
23
+ (ocamlopt_flags (:standard -function-sections))
23
24
(library_flags (:standard -linkall))
24
25
(libraries stdlib)
25
26
(foreign_stubs (language c) (names
Original file line number Diff line number Diff line change 25
25
-g -warn-error A -bin-annot -nostdlib
26
26
-safe-string -strict-formats
27
27
))
28
+ (ocamlopt_flags (:standard -function-sections))
28
29
(preprocess
29
30
(per_module
30
31
((action
You can’t perform that action at this time.
0 commit comments