[med-svn] [augustus] 01/01: adjust C(XX)FLAGS

Sascha Steinbiss sascha at steinbiss.name
Sat Apr 2 19:21:10 UTC 2016


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

sascha-guest pushed a commit to branch master
in repository augustus.

commit 6cbc3e69a0b1eecaabd1fe734a49aa6e242409de
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Sat Apr 2 19:20:22 2016 +0000

    adjust C(XX)FLAGS
---
 debian/patches/buildflags.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/buildflags.patch b/debian/patches/buildflags.patch
index d460747..b95c279 100644
--- a/debian/patches/buildflags.patch
+++ b/debian/patches/buildflags.patch
@@ -21,7 +21,7 @@ Author: Sascha Steinbiss <sascha at steinbiss.name>
  #          a strict signed-only usage strategy to avoid mistakes since we are not warned about this.
  #        - The order of object files in $(OBJS) IS IMPORTANT (see lldouble.hh)
 -CFLAGS := -Wall -Wno-sign-compare -ansi -pedantic -std=c++0x -pthread -O2 ${CFLAGS} # -DDEBUG -g -ggdb -pg
-+CFLAGS+=-Wall -Wno-sign-compare -ansi -pedantic -std=c++11 -pthread -O2
++CPPFLAGS+=-Wall -Wno-sign-compare -ansi -pedantic -std=c++0x -pthread
  
  INCLS	= -I../include
  
@@ -30,11 +30,11 @@ Author: Sascha Steinbiss <sascha at steinbiss.name>
  
  .cc.o:
 -	$(CC) -c $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< $(INCLS)
-+	$(CC) -c $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) -o $@ $< $(INCLS)
++	$(CC) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< $(INCLS)
  
  homGeneMapping: main.cc $(OBJS)
 -	$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^ $(INCLS)
-+	$(CC) $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) -o $@ $^ $(INCLS) $(LDFLAGS)
++	$(CC) $(CPPFLAGS) $(CXXFLAGS) -o $@ $^ $(INCLS) $(LDFLAGS)
  	cp homGeneMapping ../../../bin/homGeneMapping
  
  clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/augustus.git



More information about the debian-med-commit mailing list