Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add stack-cleaning compiler wrappers
[simgrid.git] / tools / stack-cleaner / c++
diff --git a/tools/stack-cleaner/c++ b/tools/stack-cleaner/c++
new file mode 100755 (executable)
index 0000000..516d36c
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+path="$(dirname $0)"
+exec "${FILTER_CXX:-c++}" -B "$path" "$@"