Skip to content

Commit

Permalink
Merge pull request #4030 from kinvolk/rata/smaller-runc-dmz
Browse files Browse the repository at this point in the history
libct/dmz: Move comment out of the Makefile rule
  • Loading branch information
kolyshkin authored Sep 26, 2023
2 parents 1a8b558 + 9976be8 commit 96a61d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/dmz/Makefile
Original file line number Diff line number Diff line change
@@ -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 $@

0 comments on commit 96a61d3

Please sign in to comment.