[Pkg-wmaker-commits] [wmbubble] 138/207: Set default CFLAGS to be useful for distribution

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 377ccc0cddbb225c11a393b6bdb865b3771420b2
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Fri Jan 13 13:57:46 2012 -0800

    Set default CFLAGS to be useful for distribution
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e08847b..8148514 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 PREFIX = /usr/local
 
 # default build flags
-CFLAGS = -ansi -Wall -ggdb
+# CFLAGS = -ansi -Wall -ggdb
 # optimization cflags
-# CFLAGS = -ansi -Wall -O3
+CFLAGS = -ansi -Wall -O3
 # profiling cflags
 # CFLAGS = -ansi -Wall -O3 -pg -DPRO=50000
 # test coverage cflags

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list