diff --git a/Makefile b/Makefile index 430c8fd9e..ae06d7cd7 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ INSTALL = install DIFF = diff PREFIX ?= /usr/local MANDIR ?= $(PREFIX)/share/man -CFLAGS ?= -Os -Wall -Werror -g +CFLAGS ?= -Os -Wall -Werror EXPORTDIR ?= . OS_ARCH = $(shell uname)