summaryrefslogtreecommitdiffstats
path: root/build/flags/bind-now.c
diff options
context:
space:
mode:
Diffstat (limited to 'build/flags/bind-now.c')
-rw-r--r--build/flags/bind-now.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/flags/bind-now.c b/build/flags/bind-now.c
new file mode 100644
index 0000000..08bb4f2
--- /dev/null
+++ b/build/flags/bind-now.c
@@ -0,0 +1,8 @@
+// Copyright © Tavian Barnes <tavianator@tavianator.com>
+// SPDX-License-Identifier: 0BSD
+
+/// _LDFLAGS += -Wl,-z,now
+
+int main(void) {
+ return 0;
+}