diff --git a/Makefile b/Makefile index 10dc4fb..8c56874 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MOUSE_PATH ?= /dev/input/mice C_DEFINES := -DKBD_PATH=\"$(KBD_PATH)\" -DMOUSE_PATH=\"$(MOUSE_PATH)\" CC ?= cc -CFLAGS := -Wall -Wextra -pedantic +CFLAGS := -Wall -Wextra -pedantic -static REL_FLAGS := -DNDEBUG -O2 DEB_FLAGS := -DDEBUG -O0 -g