diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-01 19:45:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-01 19:45:54 +0800 |
commit | 6d36ee2160bd90b739630f54980dc175e8307b4f (patch) | |
tree | 59d7931153f59a275ce53901bfa113f1d51bc016 /make | |
parent | 20169684c414326a36b4e9a96ad8f0fd2216e47e (diff) | |
download | lua-language-server-6d36ee2160bd90b739630f54980dc175e8307b4f.zip |
update make
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index 387221b3..8cc4bb88 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -36,11 +36,7 @@ lm:source_set 'code_format' { defines = "NOT_SUPPORT_FILE_SYSTEM" }, linux = { - defines = (function() - if lm.platform == "linux-arm64" then - return "NOT_SUPPORT_FILE_SYSTEM" - end - end)(), + defines = "NOT_SUPPORT_FILE_SYSTEM", flags = "-Wall -Werror" } } |