diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 12:12:31 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 12:12:31 +0100 |
commit | b42c975dea7df9be883ff9c55bfe767b88ae945c (patch) | |
tree | 9e9e5b13c1574be1c632519779d52d82aa9d9c76 /config.mk | |
parent | First commit (diff) | |
download | st-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |