diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-15 11:01:38 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-15 11:01:38 +0200 |
commit | 3628aab9ae095f4063b1068c5f40c90817a7f534 (patch) | |
tree | 9d48f9e4426bd5353dfc31b222c536fc261512ce /config.mk | |
parent | Update (diff) | |
download | st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.gz st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.bz2 st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.xz st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.zst st-3628aab9ae095f4063b1068c5f40c90817a7f534.zip |
up
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 -march=ivybridge -Os -pipe +CFLAGS = -std=c99 -march=tigerlake -O3 -pipe STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS) |