Skip to content

src: switch asserts to wl_abort

Tejas Vipin requested to merge meltq/wayland:wl_abort into main

assert()s can be compiled away by #defining NDEBUG. Some build systems do this. These patches replace assert()s with wl_abort to fix issue #230 . To start with, patch 1/2 has been committed for feedback.

Signed-off-by: meltq tejasvipin76@gmail.com

Merge request reports