summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 314ea69..2e4afa6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,6 +28,8 @@ out/${NS}/:
 out/:
 	${MKDIR} $@
 
+out/${NS}/libplum.o: cflags += -w
+
 out/${NS}/%.o: src/%.c out/${NS}/%.d | out/${NS}/
 	${CC} -c -o $@ $< ${cflags}