From ace36067b075bbdae8c00547c16dfde1e53993b2 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 17 Oct 2016 15:10:30 +0200 Subject: [PATCH] Makefile: -Wno-unused-parameter was split off -Wno-unused; avoid -O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9357b3..7a4ee19 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -Wextra -Wno-unused -O3 -std=gnu99 -ggdb3 +CFLAGS=-Wall -Wextra -Wno-unused -Wno-unused-parameter -O2 -std=gnu99 -g PREFIX:=/usr/local all: compctld compctl -- GitLab