The branch, master has been updated
via 1ed37385c66cbfe9221e9ee4025105a5370d1ef2 (commit)
from 3a2e9d805a80e683078994d86a5390bf5deed9fc (commit)
- Log -----------------------------------------------------------------
commit 1ed37385c66cbfe9221e9ee4025105a5370d1ef2
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Use -O2 without debugging.
---
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a19a761..f77c9ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,13 +26,15 @@ endif
if IS_GCC
CFLAGS += -std=c99
if IS_DEBUG
-CFLAGS += -g -ggdb -O0
+CFLAGS += -O0 -g
CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align
CFLAGS += -Wdeclaration-after-statement
CPPFLAGS += -DDEBUG
+else
+CFLAGS += -O2
endif
if IS_GCC4
CPPFLAGS += -iquote. -I/usr/local/include
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs