X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e5c116ea4ed6939a1ad463c42faa7920a155c51..716d142041874497e12e5e52cd2c020d7e093ab9:/src/smpi/smpicc.in diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index 41ece46fcb..d664bbfba4 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -51,6 +51,9 @@ while [ $# -gt 0 ]; do printf '%b\n' "$SIMGRID_GITHASH" exit 0 ;; + '-trace-call-location') + list_add_not_empty CMDLINE "-DTRACE_CALL_LOCATION" + ;; '-compiler-version' | '--compiler-version') ${CC} --version ;;