summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/TARGETS')
-rw-r--r--src/other_tools/just_mr/TARGETS6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/other_tools/just_mr/TARGETS b/src/other_tools/just_mr/TARGETS
index 359b1443..4b9cf071 100644
--- a/src/other_tools/just_mr/TARGETS
+++ b/src/other_tools/just_mr/TARGETS
@@ -1,6 +1,6 @@
{ "just-mr":
{ "type": ["@", "rules", "CC", "binary"]
- , "arguments_config": ["BUILD_STATIC_BINARY", "FINAL_LDFLAGS"]
+ , "arguments_config": ["FINAL_LDFLAGS"]
, "name": ["just-mr"]
, "srcs": ["main.cpp"]
, "private-deps":
@@ -28,10 +28,6 @@
{ "type": "++"
, "$1":
[ ["-Wl,-z,stack-size=8388608"]
- , { "type": "if"
- , "cond": {"type": "var", "name": "BUILD_STATIC_BINARY"}
- , "then": ["-static"]
- }
, {"type": "var", "name": "FINAL_LDFLAGS", "default": []}
]
}