[DEV] debug clean
This commit is contained in:
parent
0cb58135fd
commit
0042e68581
2
lutin.py
2
lutin.py
@ -157,10 +157,8 @@ def Start():
|
||||
elif argument.get_option_nName() == "prj":
|
||||
config["extern-build"]=True
|
||||
elif argument.get_option_nName() == "bus":
|
||||
debug.warning("argument bus is not implemented")
|
||||
config["bus-size"]=argument.get_arg()
|
||||
elif argument.get_option_nName() == "arch":
|
||||
debug.warning("argument arch is not implemented")
|
||||
config["arch"]=argument.get_arg()
|
||||
elif argument.get_option_nName() == "compilator":
|
||||
if config["compilator"] != argument.get_arg():
|
||||
|
@ -32,7 +32,7 @@ class Target:
|
||||
if config["arch"] == "auto":
|
||||
debug.error("system error ==> must generate the default 'bus-size' config")
|
||||
|
||||
debug.info("config=" + str(config))
|
||||
debug.debug("config=" + str(config))
|
||||
if arch != "":
|
||||
self.arch = "-arch " + arch
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user