summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b8ed05..4616c55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
EXE = xmenu
OBJ != find . -name '*.c' | sed -e 's/\.c$$/.o/' -e 's|^\./||'
-CFLAGS += -Wall -Wpedantic -I/usr/X11R7/include -O0 -g
+CFLAGS += -Wall -Wpedantic -I/usr/X11R7/include
LDFLAGS += -lX11 -lxcb -lXt -lXau -lXdmcp -L/usr/X11R7/lib -static
PREFIX ?= ${HOME}