add special variable "arg"

This commit is contained in:
ValKmjolnir
2023-07-09 00:59:17 +08:00
parent fd614a132c
commit 3509655424
11 changed files with 849 additions and 443 deletions

View File

@@ -71,7 +71,9 @@ __CAUTION__: If want to use the release zip/tar.gz file to build the interpreter
Make sure your MinGW thread model is `posix thread model`, otherwise it may not have the thread library.
> mingw32-make nasal.exe
> mkdir build
>
> mingw32-make nasal.exe -j4
### __`Windows (Visual Studio)`__
@@ -79,16 +81,14 @@ This project gives a [__CMakelists.txt__](./CMakeLists.txt) for you to create pr
### __`Linux/macOS/Unix`__
> make nasal
> mkdir build
>
> make -j4
You could choose which compiler you want to use:
> make nasal CXX=...
If you think `-O3` isn't that safe and stable, you could choose:
> make stable-release
## __How to Use__
![usage](./doc/gif/help.gif)