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 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/config.mk b/config.mk index e2d946c..86174a5 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VERSION = 1.1 +VERSION = 1.2 PKG_CONFIG = pkg-config -- cgit v1.2.1