diff options
author | Andrew Morrow <acm@mongodb.com> | 2016-05-12 14:36:01 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-03-21 14:01:15 -0400 |
commit | 21628d6b2311eb726c01244f6c5dba1edb1f6256 (patch) | |
tree | 87b21834be4e2d73fb7f737e78aca0eb0fed3e93 /etc/scons | |
parent | 39f71f9f17103d47ef9b1234cb506aa8ad420114 (diff) | |
download | mongo-21628d6b2311eb726c01244f6c5dba1edb1f6256.tar.gz |
SERVER-28390 Mark targets as Precious during incremental links
Diffstat (limited to 'etc/scons')
-rw-r--r-- | etc/scons/gold_incremental_link.vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/scons/gold_incremental_link.vars b/etc/scons/gold_incremental_link.vars new file mode 100644 index 00000000000..e298392f506 --- /dev/null +++ b/etc/scons/gold_incremental_link.vars @@ -0,0 +1 @@ +LINKFLAGS="-fuse-ld=gold -fno-use-linker-plugin -Wl,-z,norelro -Wl,--incremental" |