diff options
| author | ruki <[email protected]> | 2021-09-02 23:42:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-02 23:42:22 +0800 |
| commit | 13acaccc305ef18631601d1d23bfae1c9faef490 (patch) | |
| tree | 9c665bf60cdcd8ff34b8670e6323dcaaf01dcb5a /xmake/modules/core/tools/zig.lua | |
| parent | 684ba799f95d3f8832a9e220ce2743aa2ecb505f (diff) | |
add rpath for pascal
Diffstat (limited to 'xmake/modules/core/tools/zig.lua')
| -rw-r--r-- | xmake/modules/core/tools/zig.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/zig.lua b/xmake/modules/core/tools/zig.lua index 2270e2a3e..140e1ae0a 100644 --- a/xmake/modules/core/tools/zig.lua +++ b/xmake/modules/core/tools/zig.lua @@ -55,7 +55,6 @@ function nf_optimize(self, level) { none = "-O Debug" , fast = "-O ReleaseSafe" - , aggressive = "-O ReleaseFast" , fastest = "-O ReleaseFast" , smallest = "-O ReleaseSmall" , aggressive = "-O ReleaseFast" |
