We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a8b558 + 9976be8 commit 96a61d3Copy full SHA for 96a61d3
libcontainer/dmz/Makefile
@@ -1,7 +1,7 @@
1
# Get CC values for cross-compilation.
2
include ../../cc_platform.mk
3
4
+# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
5
runc-dmz: _dmz.c
- # We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
6
$(CC) $(CFLAGS) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib -lgcc -static -o $@ $^
7
$(STRIP) -gs $@
0 commit comments