Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Disable/enable the stack-cleaner from a CLI argument (-f[no-]stack-cleaner)
[simgrid.git] / tools / stack-cleaner / c++
index 516d36c..51082b0 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 path="$(dirname $0)"
-exec "${FILTER_CXX:-c++}" -B "$path" "$@"
+exec "$path"/compiler-wrapper c++ "$@"