Link the toplevel with -linkall
This commit is contained in:
parent
4abe1ca311
commit
f5ee983845
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
(executables
|
(executables
|
||||||
((names (utop))
|
((names (utop))
|
||||||
(libraries (utop))))
|
(libraries (utop))
|
||||||
|
(link_flags (-linkall))))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
((targets (utop-expunged.bc))
|
((targets (utop-expunged.bc))
|
||||||
|
|
Loading…
Reference in New Issue