diff options
| author | niubinghui <[email protected]> | 2024-09-02 16:14:57 +0800 |
|---|---|---|
| committer | niubinghui <[email protected]> | 2024-09-02 16:14:57 +0800 |
| commit | fbe3d2ec83dba0bcb4962d54b94bb83cad29df18 (patch) | |
| tree | 45e7daae45e83ca07e8e6cb110d6c75ba49b9184 | |
| parent | 8f9d966962168ac4f2a07db55345e7fa6b257b80 (diff) | |
【修改】关闭单元测试编译宏选项
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e665d2e..fac74b8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ CC=gcc MAKE=make TARGET=libluaplugin.so -TEST_FLAG = -DLUAPLUGIN_BASIC_UNITTEST +# TEST_FLAG = -DLUAPLUGIN_BASIC_UNITTEST SRC := lua_plugin_data.c \ lua_plugin_chunk.c \ |
