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.
This commit is contained in:
Andrew Kelley
2019-02-19 08:39:36 -05:00
parent 007a260cda
commit c9fb5240d6
7 changed files with 0 additions and 37 deletions

View File

@@ -8487,7 +8487,6 @@ static Error check_cache(CodeGen *g, Buf *manifest_dir, Buf *digest) {
cache_bool(ch, g->is_single_threaded);
cache_bool(ch, g->is_native_target);
cache_bool(ch, g->linker_rdynamic);
cache_bool(ch, g->no_rosegment_workaround);
cache_bool(ch, g->each_lib_rpath);
cache_bool(ch, g->disable_pic);
cache_buf_opt(ch, g->mmacosx_version_min);