diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-02-19 08:39:36 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-02-19 08:39:36 -0500 |
| commit | c9fb5240d6305bcef7db5e12b7676ba3d741c11e (patch) | |
| tree | 486d3b17a280b14fa2e8f4dd6c76a99857380005 /src/codegen.cpp | |
| parent | 007a260cda93004c93ef1c6f2e6155cb043188b6 (diff) | |
| download | zig-c9fb5240d6305bcef7db5e12b7676ba3d741c11e.tar.gz zig-c9fb5240d6305bcef7db5e12b7676ba3d741c11e.zip | |
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.
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp index 843f8cfd17..f0bce2b035 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -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); |
