summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/tcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-07 00:31:08 +0800
committerruki <[email protected]>2020-04-06 21:06:50 +0800
commit3b6d306b54f1d2d8b04e9c04fff7e9e2883559a4 (patch)
tree9f3d188c17e9e5cb46c320f3d6d889a5b98319b3 /xmake/modules/core/tools/tcc.lua
parent1301d2c895a6fb481ed3cdcae96f6f45e09f0a5e (diff)
remove some flags
Diffstat (limited to 'xmake/modules/core/tools/tcc.lua')
-rw-r--r--xmake/modules/core/tools/tcc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/tcc.lua b/xmake/modules/core/tools/tcc.lua
index 0aca23622..f6001f156 100644
--- a/xmake/modules/core/tools/tcc.lua
+++ b/xmake/modules/core/tools/tcc.lua
@@ -31,7 +31,6 @@ function init(self)
-- init mxflags
self:set("mxflags", "-fmessage-length=0"
, "-pipe"
- , "-fpascal-strings"
, "-DIBOutlet=__attribute__((iboutlet))"
, "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))"
, "-DIBAction=void)__attribute__((ibaction)")