mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Merge pull request #4030 from kinvolk/rata/smaller-runc-dmz
libct/dmz: Move comment out of the Makefile rule
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Get CC values for cross-compilation.
|
||||
include ../../cc_platform.mk
|
||||
|
||||
# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
|
||||
runc-dmz: _dmz.c
|
||||
# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
|
||||
$(CC) $(CFLAGS) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib -lgcc -static -o $@ $^
|
||||
$(STRIP) -gs $@
|
||||
|
||||
Reference in New Issue
Block a user