Skip to content
Snippets Groups Projects
Commit ace36067 authored by Martin Mareš's avatar Martin Mareš
Browse files

Makefile: -Wno-unused-parameter was split off -Wno-unused; avoid -O3

parent 8424f945
No related branches found
No related tags found
No related merge requests found
CFLAGS=-Wall -Wextra -Wno-unused -O3 -std=gnu99 -ggdb3 CFLAGS=-Wall -Wextra -Wno-unused -Wno-unused-parameter -O2 -std=gnu99 -g
PREFIX:=/usr/local PREFIX:=/usr/local
all: compctld compctl all: compctld compctl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment