Skip to content

Commit 96a61d3

Browse files
authored
Merge pull request #4030 from kinvolk/rata/smaller-runc-dmz
libct/dmz: Move comment out of the Makefile rule
2 parents 1a8b558 + 9976be8 commit 96a61d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/dmz/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Get CC values for cross-compilation.
22
include ../../cc_platform.mk
33

4+
# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
45
runc-dmz: _dmz.c
5-
# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
66
$(CC) $(CFLAGS) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib -lgcc -static -o $@ $^
77
$(STRIP) -gs $@

0 commit comments

Comments
 (0)