Skip to content

Commit

Permalink
enable G_ENABLE_DIAGNOSTIC=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jun 5, 2024
1 parent 2bc011f commit 4309441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private static void settings_init () {
#if DEBUG
if (get_bool ("debug")) {
set_env ("G_MESSAGES_DEBUG", "all");
set_env ("G_ENABLE_DIAGNOSTIC", "1");
set_env ("G_DEBUG", "fatal_warnings");
}
#endif
Expand Down

0 comments on commit 4309441

Please sign in to comment.