The default behaviour of a generated __init__.py is to load all exported symbols in the respective directory. Since jw-python.py is invoked often, this hampers performance, so disable it.
Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
115 B
Makefile
5 lines
115 B
Makefile
TOPDIR = ../../../../..
|
|
PY_UPDATE_INIT_PY = false
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/py-mod.mk
|