mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
update to jemalloc 4.4.0
This commit is contained in:
Submodule 3rd/jemalloc updated: 3de0353352...f1f7635731
2
Makefile
2
Makefile
@@ -135,7 +135,7 @@ clean :
|
|||||||
|
|
||||||
cleanall: clean
|
cleanall: clean
|
||||||
ifneq (,$(wildcard 3rd/jemalloc/Makefile))
|
ifneq (,$(wildcard 3rd/jemalloc/Makefile))
|
||||||
cd 3rd/jemalloc && $(MAKE) clean
|
cd 3rd/jemalloc && $(MAKE) clean && rm Makefile
|
||||||
endif
|
endif
|
||||||
cd 3rd/lua && $(MAKE) clean
|
cd 3rd/lua && $(MAKE) clean
|
||||||
rm -f $(LUA_STATICLIB)
|
rm -f $(LUA_STATICLIB)
|
||||||
|
|||||||
Reference in New Issue
Block a user