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

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
./demo