summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/fpc.lua
diff options
context:
space:
mode:
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