diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-31 21:18:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-31 21:18:31 +0200 |
commit | cac8e8ca99a1c6673249902c08816eaa2d59398c (patch) | |
tree | 3cc0923b667cd983eb9d9021da07627bd98694e3 | |
parent | Cool update (diff) | |
download | slock-cac8e8ca99a1c6673249902c08816eaa2d59398c.tar.gz slock-cac8e8ca99a1c6673249902c08816eaa2d59398c.tar.bz2 slock-cac8e8ca99a1c6673249902c08816eaa2d59398c.tar.xz slock-cac8e8ca99a1c6673249902c08816eaa2d59398c.tar.zst slock-cac8e8ca99a1c6673249902c08816eaa2d59398c.zip |
ivybridge update
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr -lImlib2 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -march=tigerlake -O3 -pipe ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -march=ivybridge -O3 -pipe ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} COMPATSRC = explicit_bzero.c |