[Pkg-wmaker-commits] [wmmon] 06/38: Makefile: changed erroneous -O3	flag to -O2.
    Doug Torrance 
    dtorrance-guest at moszumanska.debian.org
       
    Sat Aug 12 22:43:06 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository wmmon.
commit b9d16803b0094e661badf28ee06994ff37231415
Author: B. Kelly (wbk) <coydog at devio.us>
Date:   Mon Mar 26 14:28:37 2012 -0500
    Makefile: changed erroneous -O3 flag to -O2.
---
 wmmon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmmon/Makefile b/wmmon/Makefile
index dfeb581..da15b82 100755
--- a/wmmon/Makefile
+++ b/wmmon/Makefile
@@ -5,7 +5,7 @@ OBJS =  wmmon.o \
 		../wmgeneral/misc.o \
 		../wmgeneral/list.o
 
-CFLAGS = -O3
+CFLAGS = -O2
 CC = cc $(CFLAGS)
 
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmon.git
    
    
More information about the Pkg-wmaker-commits
mailing list