birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 389fd90357ab8f77fb089aa1047d24539cd7b599
parent 3dd8c22d7ebf9d7f2b108d18dd2ad2ef736bb787
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 17 Dec 2023 22:15:45 -0500

altered config.mk CFLAGS

Diffstat:
Mconfig.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -28,7 +28,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender -lImlib2 # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +#CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O1 ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris