diff options
| author | ruki <[email protected]> | 2015-06-07 17:05:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-07 17:05:40 +0800 |
| commit | d6275f9e3ae8989dbdca641bfeb077773df1c217 (patch) | |
| tree | 1fd72544e5f68d863fa5f46817f954d677d1a8d9 /xmake/scripts/platform/windows/tools/link.lua | |
| parent | 6e928d29aa3e30b92b6ad5b51edc105ec90b39ad (diff) | |
add gcc
Diffstat (limited to 'xmake/scripts/platform/windows/tools/link.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/tools/link.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/windows/tools/link.lua b/xmake/scripts/platform/windows/tools/link.lua index b550934c2..e56cd65f3 100644 --- a/xmake/scripts/platform/windows/tools/link.lua +++ b/xmake/scripts/platform/windows/tools/link.lua @@ -65,7 +65,7 @@ function link.init(name) , ["--strip-debug"] = "" -- others - , ["-ftrapv"] = "" + , ["-ftrapv"] = "" } end |
