From 8ad70c4ee78c26625dd40973bc9cdb57050e7034 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Dec 2015 18:32:32 +0100 Subject: portable compiler flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index e002e7e..5dc0ed8 100644 --- a/Makefile +++ b/Makefile @@ -17,18 +17,8 @@ LICENSEDIR = $(DATADIR)/licenses PKGNAME = rq COMMAND = rq -#OPTIMISE = -O2 -#WARN = -Wall -Wextra -pedantic -OPTIMISE = -Og -g -WARN = -Wall -Wextra -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dirs \ - -Wtrampolines -Wfloat-equal -Wshadow -Wmissing-prototypes -Wmissing-declarations \ - -Wredundant-decls -Wnested-externs -Winline -Wno-variadic-macros -Wsign-conversion \ - -Wswitch-default -Wconversion -Wsync-nand -Wunsafe-loop-optimizations -Wcast-align \ - -Wstrict-overflow -Wdeclaration-after-statement -Wundef -Wbad-function-cast \ - -Wcast-qual -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes \ - -Wold-style-definition -Wpacked -Wvector-operation-performance \ - -Wunsuffixed-float-constants -Wsuggest-attribute=const -Wsuggest-attribute=noreturn \ - -Wsuggest-attribute=pure -Wsuggest-attribute=format -Wnormalized=nfkc -pedantic +OPTIMISE = -O2 +WARN = -Wall -Wextra -pedantic FLAGS = -std=c99 $(WARN) $(OPTIMISE) -- cgit v1.2.3-70-g09d2