Revert "[DEV] optimise check of file date (3.2s->2.9s in userland and 0.60s->0.26s in kernel)" ==> reate compilation bug
This reverts commit 3457215994
.
This commit is contained in:
@@ -23,7 +23,6 @@ import lutin.multiprocess as multiprocess
|
||||
import lutin.tools as tools
|
||||
import lutin.host as lutinHost
|
||||
import lutin.tools as lutinTools
|
||||
import lutin.depend as depend
|
||||
|
||||
myArgs = arguments.LutinArg()
|
||||
myArgs.add("h", "help", desc="Display this help")
|
||||
@@ -386,7 +385,6 @@ for argument in localArgument:
|
||||
}
|
||||
#remove previous target
|
||||
my_target = None
|
||||
depend.clear_cache_file_date()
|
||||
elif argument.get_option_name() == "mode":
|
||||
if config["mode"] != argument.get_arg():
|
||||
config["mode"] = argument.get_arg()
|
||||
|
Reference in New Issue
Block a user