aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-04 12:12:31 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-04 12:12:31 +0100
commitb42c975dea7df9be883ff9c55bfe767b88ae945c (patch)
tree9e9e5b13c1574be1c632519779d52d82aa9d9c76 /config.mk
parentFirst commit (diff)
downloadst-b42c975dea7df9be883ff9c55bfe767b88ae945c.tar.gz
st-b42c975dea7df9be883ff9c55bfe767b88ae945c.tar.bz2
st-b42c975dea7df9be883ff9c55bfe767b88ae945c.tar.xz
st-b42c975dea7df9be883ff9c55bfe767b88ae945c.tar.zst
st-b42c975dea7df9be883ff9c55bfe767b88ae945c.zip
Fix
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 1975ba6..c7fd855 100644
--- a/config.mk
+++ b/config.mk
@@ -21,7 +21,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
`$(PKG_CONFIG) --libs freetype2`
# flags
-CFLAGS = -std=c99 -Wall -Wextra -Werror -pedantic -march=ivybridge -O3 -pipe
+CFLAGS = -std=c99 -Wall -Wextra -Werror -Wno-type-limits -pedantic -march=ivybridge -O3 -pipe
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)