Skip to content
Snippets Groups Projects
Commit 0b825437 authored by MC's avatar MC Committed by MC
Browse files

DEBUG should not be on.

parent f4354098
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c \ ...@@ -4,7 +4,7 @@ DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c \
list.c list.h events.h mcwm.man list.c list.h events.h mcwm.man
CC=gcc CC=gcc
CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include -DDEBUG CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG
LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom
RM=/bin/rm RM=/bin/rm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment