diff options
| author | ruki <[email protected]> | 2015-12-17 10:37:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-17 10:37:34 +0800 |
| commit | 58f15142262d270d09b15e0c2648898be59b5013 (patch) | |
| tree | b3ba2c997937b8024df60c7ec08a9716d6d6408b /xmake/scripts/tools/swiftc.lua | |
| parent | 6c6b9ae901f5cf8aaf1f89d43b8f09bad832990f (diff) | |
map -Ofast flags for swiftc
Diffstat (limited to 'xmake/scripts/tools/swiftc.lua')
| -rw-r--r-- | xmake/scripts/tools/swiftc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/tools/swiftc.lua b/xmake/scripts/tools/swiftc.lua index 00301a1d2..39142705f 100644 --- a/xmake/scripts/tools/swiftc.lua +++ b/xmake/scripts/tools/swiftc.lua @@ -48,6 +48,7 @@ function swiftc.init(self, name) -- optimize , ["-O0"] = "-Onone" + , ["-Ofast"] = "-Ounchecked" , ["-O.*"] = "-O" -- vectorexts |
