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

@@ -62,7 +62,9 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构
一定要确保您的 MinGW thread model 是 `posix thread model`, 否则可能存在没有 thread 库的问题。
> mingw32-make nasal.exe
> mkdir build
>
> mingw32-make nasal.exe -j4
### __`Windows` 平台(`Vistual Studio`)__
@@ -70,16 +72,14 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构
### __`Linux/macOS/Unix` 平台__
> make nasal
> mkdir build
>
> make -j4
你也可以通过如下的其中一行命令来指定你想要使用的编译器:
> make nasal CXX=...
如果你觉得`-O3`编译的版本不是那么安全和稳定,你也可以选择生成稳定的版本:
> make stable-release
## __使用方法__
![usage](../doc/gif/help.gif)