diff --git a/compiler/build/src/link.rs b/compiler/build/src/link.rs index e3ecfa95ee..09bcef755e 100644 --- a/compiler/build/src/link.rs +++ b/compiler/build/src/link.rs @@ -57,9 +57,9 @@ fn link_linux( "-lrt", "-lutil", "-lc_nonshared", - // "-lc++", // TODO shouldn't we need this? + "-lc++", + "-lunwind", // "-lgcc", // TODO will eventually need compiler_rt from gcc or something - see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840 - "-lunwind", // TODO will eventually need this, see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840 ]) .spawn() }