From 366fd6473e1dd5b72f1d61dc89b27e818b4d6e27 Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 1 Nov 2024 09:01:41 +0000 Subject: [PATCH] Change debug flag in Makefile to strip flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31f1102..5562e43 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ MANDIR = $(PREFIX)/share/man/man1 LDFLAGS != pkg-config --libs libsixel INCFLAGS != pkg-config --cflags libsixel -CFLAGS = -O3 -march=native -mtune=native -pipe -g -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) +CFLAGS = -O3 -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) SRC = ccc.c util.c file.c icons.c