Define _GLIBCXX_ASSERTIONS
This commit is contained in:
parent
10108ea237
commit
b3cb911ae0
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ INTERFACE
|
||||||
target_compile_definitions(common_options
|
target_compile_definitions(common_options
|
||||||
INTERFACE
|
INTERFACE
|
||||||
$<IF:$<CONFIG:Debug>,,_FORTIFY_SOURCE=2>
|
$<IF:$<CONFIG:Debug>,,_FORTIFY_SOURCE=2>
|
||||||
|
_GLIBCXX_ASSERTIONS
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_options(common_options
|
target_link_options(common_options
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue