mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-04 13:08:58 -04:00
Added on-demand object code compilation and loader
This commit is contained in:
parent
e8f2bd9b0c
commit
5fcdd17665
5 changed files with 34 additions and 2 deletions
|
@ -484,6 +484,8 @@ class Reticulum:
|
|||
if v == False:
|
||||
Reticulum.__use_implicit_proof = False
|
||||
|
||||
if RNS.compiled: RNS.log("Reticulum running in compiled mode", RNS.LOG_DEBUG)
|
||||
else: RNS.log("Reticulum running in interpreted mode", RNS.LOG_DEBUG)
|
||||
self.__start_local_interface()
|
||||
|
||||
if self.is_shared_instance or self.is_standalone_instance:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue