From d60c885f0858178c704322582d6f1c0580a86d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 24 Nov 2013 14:57:54 +0100 Subject: [PATCH] Daca2: use proper build flags in ci.py --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index 4029de179..07b964c87 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -145,7 +145,7 @@ def daca2(foldernum): rev = rev[:rev.find('\n')] subprocess.call( - ['nice', 'make', 'SRCDIR=build', 'CXXFLAGS="-O2 -DMAXTIME=600"']) + ['nice', 'make', 'SRCDIR=build', 'CXXFLAGS=-O2', 'CPPFLAGS=-DMAXTIME=600']) subprocess.call( ['mv', 'cppcheck', os.path.expanduser('~/daca2/cppcheck-O2')])