mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
rewrite scoped_timer in C++11 way
the code is much smaller and reused across platforms I see a small speedup on linux as well
This commit is contained in:
parent
9cf99e26a6
commit
73f6806371
2 changed files with 26 additions and 217 deletions
|
@ -2905,7 +2905,7 @@ def mk_config():
|
|||
config.write('LINK=%s\n' % CXX)
|
||||
config.write('LINK_FLAGS=\n')
|
||||
config.write('LINK_OUT_FLAG=-o \n')
|
||||
config.write('LINK_EXTRA_FLAGS=-lpthread %s\n' % LDFLAGS)
|
||||
config.write('LINK_EXTRA_FLAGS=%s\n' % LDFLAGS)
|
||||
config.write('SO_EXT=%s\n' % SO_EXT)
|
||||
config.write('SLINK=%s\n' % CXX)
|
||||
config.write('SLINK_FLAGS=%s\n' % SLIBFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue