Unverified Commit 70a5c724 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Add CREATE_CHECK_PARENTS compilation flag

CREATE_CHECK_PARENTS controls if the existance of the parent node needs
to be checked during the creation of a child node.

Example: The check prevents the creation of file `/parent/child`
if `/parent` doesn't exists or if it is not a directory

By default CREATE_CHECK_PARENTS is enable and the check is enforced.
It can be disable to speedup creation operations by passing
`-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
parent c0c28980
Pipeline #601 failed with stages
in 8 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment