summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/fpc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-04 22:15:23 +0800
committerruki <[email protected]>2021-09-04 22:15:23 +0800
commit718c75717bab367194ee3220cdef3d64f17962d8 (patch)
tree1d1489cea378e02750a4f4d046cf1353ef053730 /xmake/modules/core/tools/fpc.lua
parent51860aa00956dd52121339229a5b71b4fc428a72 (diff)
remove static library for pascal
Diffstat (limited to 'xmake/modules/core/tools/fpc.lua')
-rw-r--r--xmake/modules/core/tools/fpc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/fpc.lua b/xmake/modules/core/tools/fpc.lua
index c22386fbb..98b746c8a 100644
--- a/xmake/modules/core/tools/fpc.lua
+++ b/xmake/modules/core/tools/fpc.lua
@@ -25,7 +25,6 @@ import("core.project.project")
-- init it
function init(self)
- self:set("pcarflags", "-Xt")
if not is_plat("windows", "mingw") then
self:add("shared.pcflags", "-Cg")
end