Daca2: Updated aws compilation flags
This commit is contained in:
parent
0be5caf48d
commit
514218da31
|
@ -46,7 +46,7 @@ def daca2(foldernum):
|
|||
gitpull()
|
||||
|
||||
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')])
|
||||
|
||||
|
|
Loading…
Reference in New Issue