Daca2: use proper build flags in ci.py

This commit is contained in:
Daniel Marjamäki 2013-11-24 14:57:54 +01:00
parent 4e626d0907
commit d60c885f08
1 changed files with 1 additions and 1 deletions

View File

@ -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')])