diff options
| author | ruki <[email protected]> | 2021-09-03 00:14:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-03 00:14:46 +0800 |
| commit | 91a2ebc3edf46a26c00807953e3a22d716bdeb95 (patch) | |
| tree | fb2ad96e161c95f4b6df1b74de87d081160b3227 /xmake/modules/core/tools/fpc.lua | |
| parent | 20c34dcaf9ff92ecf08a1cec7e4d1be9836e6067 (diff) | |
add static library for pascal
Diffstat (limited to 'xmake/modules/core/tools/fpc.lua')
| -rw-r--r-- | xmake/modules/core/tools/fpc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/fpc.lua b/xmake/modules/core/tools/fpc.lua index de5b349c6..378c4175a 100644 --- a/xmake/modules/core/tools/fpc.lua +++ b/xmake/modules/core/tools/fpc.lua @@ -25,6 +25,7 @@ import("core.project.project") -- init it function init(self) + self:set("pcarflags", "-Xt") end -- make the optimize flag |
