diff options
| author | ruki <[email protected]> | 2020-04-07 00:31:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-06 21:06:50 +0800 |
| commit | 3b6d306b54f1d2d8b04e9c04fff7e9e2883559a4 (patch) | |
| tree | 9f3d188c17e9e5cb46c320f3d6d889a5b98319b3 /xmake/modules/core/tools/gcc.lua | |
| parent | 1301d2c895a6fb481ed3cdcae96f6f45e09f0a5e (diff) | |
remove some flags
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 58c29229a..f74287f9a 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -30,9 +30,7 @@ import("private.tools.ccache") function init(self) -- init mxflags - self:set("mxflags", "-fmessage-length=0" - , "-pipe" - , "-fpascal-strings" + self:set("mxflags", "-pipe" , "-DIBOutlet=__attribute__((iboutlet))" , "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" , "-DIBAction=void)__attribute__((ibaction)") |
