diff options
author | Joe <rbo@gmx.us> | 2024-01-11 17:24:45 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-11 17:24:45 +0100 |
commit | e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46 (patch) | |
tree | 1394a0aa7e36652c690ce178dd7d3f41db868097 /config.mk | |
parent | Merge branch 'master' of gitjoe.xyz:dmenu (diff) | |
download | dmenu-e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46.tar.gz dmenu-e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46.tar.bz2 dmenu-e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46.tar.xz dmenu-e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46.tar.zst dmenu-e549ffcdceb5ea73ce5c5bd662345ce0fe4eaa46.zip |
bsdred
Diffstat (limited to '')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/local/include/freetype2 +FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = $(X11INC)/freetype2 @@ -24,7 +24,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lm # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) -CFLAGS = -std=c99 -pedantic -Wall -march=ivybridge -O3 -pipe $(INCS) $(CPPFLAGS) +CFLAGS = -std=c99 -pedantic -Wall -march=alderlake -O3 -pipe $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS) # compiler and linker |