diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 18:58:41 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 20:21:57 -0400 |
| commit | c6295fe9abf5508d522ab4000b577a6f30a98a88 (patch) | |
| tree | de5ff247f235fbf8f9cfe6f8ad2267c897c4d022 /src/link.cpp | |
| parent | 6db589fff5be05e3e782a34443a1133ebc6ef17d (diff) | |
| download | zig-c6295fe9abf5508d522ab4000b577a6f30a98a88.tar.gz zig-c6295fe9abf5508d522ab4000b577a6f30a98a88.zip | |
remove zigrt
adds test case for #394
partially reverts a32b5929ccf8cbf79396d8924097a1a911985dac
Diffstat (limited to 'src/link.cpp')
| -rw-r--r-- | src/link.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link.cpp b/src/link.cpp index ecf980ab4a..359474204b 100644 --- a/src/link.cpp +++ b/src/link.cpp @@ -35,7 +35,6 @@ static Buf *build_o_raw(CodeGen *parent_gen, const char *oname, Buf *full_path) ZigTarget *child_target = parent_gen->is_native_target ? nullptr : &parent_gen->zig_target; CodeGen *child_gen = codegen_create(full_path, child_target, OutTypeObj, parent_gen->build_mode); - codegen_set_omit_zigrt(child_gen, true); child_gen->want_h_file = false; child_gen->verbose_link = parent_gen->verbose_link; |
