diff options
author | Squibid <me@zacharyscheiman.com> | 2024-12-19 12:04:33 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-12-19 12:05:05 -0600 |
commit | d3f83e3af836cbe83e2c17d7d24410f6da2031b2 (patch) | |
tree | a466d1822ecd97fa2a53c573a02dcf7ab8609ff7 /Makefile | |
parent | ec2591c92659cb5e3257195bbe7a9c41ac65d29a (diff) | |
download | XD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.tar.gz XD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.tar.bz2 XD-d3f83e3af836cbe83e2c17d7d24410f6da2031b2.zip |
change compilation flagsv1.2
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |