diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-10-22 16:02:39 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-10-22 16:02:39 +0800 |
| commit | a51a728d847e790329e41c75928a81630200b63f (patch) | |
| tree | 8cc8e93a7863649499537366acecb41525022a57 /src/lua/makefile | |
| parent | f6e603cc5bef133e5e368a81f677bea92bc405b5 (diff) | |
| download | yuescript-a51a728d847e790329e41c75928a81630200b63f.tar.gz yuescript-a51a728d847e790329e41c75928a81630200b63f.tar.bz2 yuescript-a51a728d847e790329e41c75928a81630200b63f.zip | |
update Lua, fix cmakelists.txt.
Diffstat (limited to 'src/lua/makefile')
| -rw-r--r-- | src/lua/makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lua/makefile b/src/lua/makefile index c4b0064..bf09f24 100644 --- a/src/lua/makefile +++ b/src/lua/makefile | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | # Warnings valid for both C and C++ | 7 | # Warnings valid for both C and C++ |
| 8 | CWARNSCPP= \ | 8 | CWARNSCPP= \ |
| 9 | -fmax-errors=5 \ | ||
| 10 | -Wextra \ | 9 | -Wextra \ |
| 11 | -Wshadow \ | 10 | -Wshadow \ |
| 12 | -Wsign-compare \ | 11 | -Wsign-compare \ |
| @@ -15,8 +14,6 @@ CWARNSCPP= \ | |||
| 15 | -Wredundant-decls \ | 14 | -Wredundant-decls \ |
| 16 | -Wdisabled-optimization \ | 15 | -Wdisabled-optimization \ |
| 17 | -Wdouble-promotion \ | 16 | -Wdouble-promotion \ |
| 18 | -Wlogical-op \ | ||
| 19 | -Wno-aggressive-loop-optimizations \ | ||
| 20 | # the next warnings might be useful sometimes, | 17 | # the next warnings might be useful sometimes, |
| 21 | # but usually they generate too much noise | 18 | # but usually they generate too much noise |
| 22 | # -Werror \ | 19 | # -Werror \ |
