Compile dumb-init with -O3

This commit is contained in:
Chris Kuehl 2015-09-18 09:43:33 -07:00
parent dbf416b6f5
commit a0274f17c4

View file

@ -1,4 +1,4 @@
CFLAGS=-std=gnu99 -static -Wall -Werror
CFLAGS=-std=gnu99 -static -Wall -Werror -O3
TEST_PACKAGE_DEPS := python python-pip