From a0274f17c46a5ef974a83eff40cca10b14b73377 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Fri, 18 Sep 2015 09:43:33 -0700 Subject: [PATCH] Compile dumb-init with -O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2afb506..2a063d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=gnu99 -static -Wall -Werror +CFLAGS=-std=gnu99 -static -Wall -Werror -O3 TEST_PACKAGE_DEPS := python python-pip