summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-12-19 12:04:33 -0600
committerSquibid <me@zacharyscheiman.com>2024-12-19 12:05:05 -0600
commitd3f83e3af836cbe83e2c17d7d24410f6da2031b2 (patch)
treea466d1822ecd97fa2a53c573a02dcf7ab8609ff7 /Makefile
parentec2591c92659cb5e3257195bbe7a9c41ac65d29a (diff)
downloadXD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.tar.gz
XD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.tar.bz2
XD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.zip
change compilation flagsv1.2
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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