From d3f83e3af836cbe83e2c17d7d24410f6da2031b2 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 19 Dec 2024 12:04:33 -0600 Subject: change compilation flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e09f983..ef081cf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include config.mk # flags and incs PKGS = $(GITLIB) -CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -O1 $(GIT) $(ERR) +CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(ERR) LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)` all: XD -- cgit v1.2.1