diff options
| author | TitanSnow <[email protected]> | 2017-05-15 12:44:54 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-15 12:44:54 +0800 |
| commit | f04981e7a207a25ece6047e83ac3c34c8747e89b (patch) | |
| tree | 744887ad8e2105f9e66428d6d934c62379e98573 /core/xmake.lua | |
| parent | ca113c0fe4e65e8a0ab99c8db5cf357d1d7e0018 (diff) | |
remove coverage of luajit
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index 50af44c2b..b8fdb4da6 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -50,7 +50,6 @@ end -- for mode coverage if is_mode("coverage") then - add_cxflags("-coverage", "-fprofile-arcs", "-ftest-coverage") add_ldflags("-coverage", "-fprofile-arcs", "-ftest-coverage") end |
