build: disable control-flow architecture protection
fix: building since last commit
This commit is contained in:
parent
9c73a070b7
commit
77c39812f8
4 changed files with 17 additions and 15 deletions
|
|
@ -489,7 +489,7 @@ template <typename ...Args> bool BotGraph::raiseLoadingError (bool isGraph, MemF
|
|||
auto result = strings.format (fmt, cr::forward <Args> (args)...);
|
||||
|
||||
// display error only for graph file
|
||||
if (isGraph || cv_debug.bool_ ()) {
|
||||
if (isGraph) {
|
||||
logger.error (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue