projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6024e37
)
oops
graphitemaster/cooking
graphitemaster/legacy
author
Dale Weiler <weilercdale@gmail.com>
Mon, 28 Dec 2015 13:00:54 +0000
(08:00 -0500)
committer
Dale Weiler <weilercdale@gmail.com>
Mon, 28 Dec 2015 13:00:54 +0000
(08:00 -0500)
include.mk
patch
|
blob
|
history
diff --git
a/include.mk
b/include.mk
index 2a385a10c68663aae91a0b2568d5fa6e563bd3ed..1f90111aa332e63344ad8f30b20f51f2cf291e9a 100644
(file)
--- 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