summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rwxr-xr-xtools/debug-debug-scripts2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8254bc2..0002153 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -414,7 +414,7 @@ clean-obj:
clean-conf:
$l rm -rf conf-raw
mostlyclean: clean-conf
- $l rm -rf obj
+ $l rm -rf obj stamp
clean: mostlyclean
$l rm -rf bin lib
distclean: clean gen-clean
diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts
index 0ddf998..7cb91d9 100755
--- a/tools/debug-debug-scripts
+++ b/tools/debug-debug-scripts
@@ -99,6 +99,8 @@ def main(args):
print('// just mention "fwd.hpp" and "../poison.hpp" to make formatter happy', file=w)
print('namespace tmwa', file=w)
print('{', file=w)
+ print(' void do_nothing_asan_is_funny_global_constructor();', file=w)
+ print(' void do_nothing_asan_is_funny_global_constructor() {}', file=w)
print('} // namespace tmwa', file=w)
print(file=w)
print('template<class T>', file=w)