Skip to content

Revert "sdk/gtk+-3.bst: use flags that match GTK 4 defaults"

Michael Catanzaro requested to merge revert-60c41e58 into master

This reverts commit 60c41e58

This didn't work well. If GTK is compiled with G_DISABLE_ASSERT, then gtk_test_init() will crash because g_test_init() is incompatible with G_DISABLE_ASSERT.

Merge request reports