From c9fb5240d6305bcef7db5e12b7676ba3d741c11e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 19 Feb 2019 08:39:36 -0500 Subject: remove --no-rosegment workaround now that valgrind bug is fixed See #896 Zig 0.3.0+ and Valgrind 3.14+ do not need the workaround. --- src/link.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/link.cpp') diff --git a/src/link.cpp b/src/link.cpp index f6f0c0ffcd..a3a68e24d4 100644 --- a/src/link.cpp +++ b/src/link.cpp @@ -231,9 +231,6 @@ static void construct_linker_job_elf(LinkJob *lj) { lj->args.append(g->linker_script); } - if (g->no_rosegment_workaround) { - lj->args.append("--no-rosegment"); - } lj->args.append("--gc-sections"); lj->args.append("-m"); -- cgit v1.2.3