Add command-line parser and some debug options #318

Merged
sb10q merged 1 commits from cmdline-parser into master 2024-08-17 17:37:20 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 008d50995c - Show all commits

View File

@ -15,6 +15,6 @@ else
fi
rm -f *.o
$nac3standalone $1
$nac3standalone "$@"
rustc -o demo demo.rs -Crelocation-model=static -Clink-arg=./module.o
Outdated
Review

The script has set -e above. I suspect these || exit changes are not necessary?

The script has ``set -e`` above. I suspect these ``|| exit`` changes are not necessary?

I didn't notice that it was there. Removed the || exit changes.

I didn't notice that it was there. Removed the `|| exit` changes.
./demo