Link the toplevel with -linkall

This commit is contained in:
Jeremie Dimino 2017-04-10 18:13:54 +01:00
parent 4abe1ca311
commit f5ee983845
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
(executables
((names (utop))
(libraries (utop))))
(libraries (utop))
(link_flags (-linkall))))
(rule
((targets (utop-expunged.bc))