From: Dale Weiler Date: Mon, 28 Dec 2015 13:00:54 +0000 (-0500) Subject: oops X-Git-Tag: xonotic-v0.8.2~6^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=3f4659b5d5a4827602fcbddd322ac1afebd5ccfe;ds=inline oops --- diff --git a/include.mk b/include.mk index 2a385a1..1f90111 100644 --- a/include.mk +++ b/include.mk @@ -6,7 +6,7 @@ DATADIR := $(PREFIX)/share MANDIR := $(DATADIR)/man # default flags -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -g3 +CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -O2 # compiler CC ?= clang