We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0630a02 commit e795eefCopy full SHA for e795eef
1 file changed
tools/rundaca2.py
@@ -51,7 +51,7 @@ def daca2(foldernum):
51
rev = rev[:rev.find('\n')]
52
53
# compile cppcheck
54
- subprocess.call(['nice', 'make', 'SRCDIR=build', 'CFGDIR=' + os.path.expanduser('~/cppcheck/cfg'), 'CXXFLAGS=-g -O2 -static-libstdc++', 'CPPFLAGS=-DMAXTIME=600'])
+ subprocess.call(['nice', 'make', 'SRCDIR=build', 'CFGDIR=' + os.path.expanduser('~/cppcheck/cfg'), 'CXXFLAGS=-g -O2', 'CPPFLAGS=-DMAXTIME=600'])
55
subprocess.call(['cp', 'cppcheck', os.path.expanduser('~/daca2/cppcheck-O2')])
56
57
# run cppcheck
0 commit comments