From 225edd3cb3129eb3f3e5bafa7376b13128d8b6c6 Mon Sep 17 00:00:00 2001 From: beatwise Date: Sun, 24 Nov 2024 16:13:03 +0100 Subject: [PATCH] removed -g flag --- demo/xcb_cairo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/xcb_cairo/Makefile b/demo/xcb_cairo/Makefile index 9108165b..082f9a3a 100644 --- a/demo/xcb_cairo/Makefile +++ b/demo/xcb_cairo/Makefile @@ -1,6 +1,6 @@ # Target BIN = demo -CFLAGS += -std=c89 -pedantic -g +CFLAGS += -std=c89 -pedantic LDFLAGS += -lm SRC = ${wildcard *.c} OBJ = $(SRC:.c=.o)