mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
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
|