Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yongha Hwang
xfce4-whiskermenu-plugin
Commits
d916a082
Commit
d916a082
authored
Jun 15, 2022
by
Graeme Gott
Browse files
Only enable asserts and cast checks in Debug builds
parent
f6125622
Changes
1
Hide whitespace changes
Inline
Side-by-side
panel-plugin/CMakeLists.txt
View file @
d916a082
...
...
@@ -65,9 +65,7 @@ target_compile_definitions(whiskermenu PRIVATE
G_LOG_DOMAIN=
"whiskermenu"
GSEAL_ENABLE
GTK_MULTIHEAD_SAFE
$<$<CONFIG:Release>:G_DISABLE_ASSERT G_DISABLE_CAST_CHECKS>
$<$<CONFIG:MinSizeRel>:G_DISABLE_ASSERT G_DISABLE_CAST_CHECKS>
$<$<CONFIG:RelWithDebInfo>:G_DISABLE_ASSERT G_DISABLE_CAST_CHECKS>
)
$<$<NOT:$<CONFIG:Debug>>:G_DISABLE_ASSERT G_DISABLE_CAST_CHECKS>
)
target_compile_features
(
whiskermenu PRIVATE cxx_std_11
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment