diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-25 23:30:54 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-25 23:30:54 +0100 |
| commit | 88e0b350a366281184716f98d31cd25a8f5fc782 (patch) | |
| tree | 8c16b7881692ab502aa0d418bb0f801d3944ce49 /config.mk | |
| parent | dfa6aebfc19c98f062a1335b981723628fb6066a (diff) | |
fix monocle layout, and remove commented code
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,6 +17,7 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 + # OpenBSD # FREETYPEINC = ${X11INC}/freetype2 # MANPREFIX = ${PREFIX}/man @@ -31,9 +32,5 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VE CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native -mtune=native ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} -# Solaris -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} - # compiler and linker CC = cc |
