aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index 2cb5cfa0ae..4575318039 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -54,10 +54,10 @@ clean:
rm -f *.$(O) *.a runtime.acid
%.$O: %.c
- $(CC) -w $<
+ $(CC) -wF $<
sys_file.$O: sys_file.c sys_types.h $(OS_H)
- $(CC) -w -D$(GOARCH)_$(GOOS) $<
+ $(CC) -wF -D$(GOARCH)_$(GOOS) $<
%.$O: %.s
$(AS) $<