From: Jérémie Astor Date: Mon, 14 Sep 2020 11:39:40 +0000 (+0200) Subject: :wrench: Do not use CICFLAGS X-Git-Tag: nightly~1308 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e1705cd84a5221cdb5e36234afab524bdf683ce4;p=gwion.git :wrench: Do not use CICFLAGS --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 8fc1ffdc..6327be10 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -4,8 +4,7 @@ CC ?= gcc NAME := ${NAME} SRC = ${NAME}.c OBJ = $(SRC:.c=.o) -CFLAGS = -std=c99 $(../../gwion -k 2>&1 | grep CFLAGS | sed 's/CFLAGS: //') ${INC} ${CICFLAGS} -Wall -Wextra -g -Og -LDFLAGS = $(../../gwion -k 2>&1 | grep LDFLAGS) +CFLAGS += -std=c99 ${INC} -Wall -Wextra -g -Og # os specific ifeq ($(shell uname), Darwin)