mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 23:23:55 +01:00
jw.build: Disable generation of __init__.py
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>
This commit is contained in:
parent
d0c1eac1a9
commit
ded9588396
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
TOPDIR = ../../../..
|
TOPDIR = ../../../..
|
||||||
|
PY_UPDATE_INIT_PY = false
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/py-mod.mk
|
include $(JWBDIR)/make/py-mod.mk
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
TOPDIR = ../../../../..
|
TOPDIR = ../../../../..
|
||||||
|
PY_UPDATE_INIT_PY = false
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/py-mod.mk
|
include $(JWBDIR)/make/py-mod.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue