mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-11 14:41:17 -07:00
Added on-demand object code compilation and loader
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user