Skip to content

Commit e795eef

Browse files
committed
rundaca: don't link libstdc++ statically
1 parent 0630a02 commit e795eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/rundaca2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def daca2(foldernum):
5151
rev = rev[:rev.find('\n')]
5252

5353
# compile cppcheck
54-
subprocess.call(['nice', 'make', 'SRCDIR=build', 'CFGDIR=' + os.path.expanduser('~/cppcheck/cfg'), 'CXXFLAGS=-g -O2 -static-libstdc++', 'CPPFLAGS=-DMAXTIME=600'])
54+
subprocess.call(['nice', 'make', 'SRCDIR=build', 'CFGDIR=' + os.path.expanduser('~/cppcheck/cfg'), 'CXXFLAGS=-g -O2', 'CPPFLAGS=-DMAXTIME=600'])
5555
subprocess.call(['cp', 'cppcheck', os.path.expanduser('~/daca2/cppcheck-O2')])
5656

5757
# run cppcheck

0 commit comments

Comments
 (0)