Skip to content

Commit

Permalink
deleted some line
Browse files Browse the repository at this point in the history
  • Loading branch information
ikyp committed Mar 20, 2017
1 parent df31c71 commit 35ee80d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dwm/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,16 @@ XINERAMAFLAGS = -DXINERAMA
# freetype
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2/
# OpenBSD (uncomment)
FREETYPEINC = /usr/include/freetype2/

# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}

# flags
CPPFLAGS = -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
DEBUG_CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}

# compiler and linker
CC = cc
CC = gcc

0 comments on commit 35ee80d

Please sign in to comment.