Meta: Fix BMP_DEBUG, and always build on CI

This commit is contained in:
Ben Wiederhake 2020-11-28 18:37:25 +01:00 committed by Andreas Kling
parent 2b3113cd2a
commit f82b2948cf
Notes: sideshowbarker 2024-07-19 01:07:59 +09:00
2 changed files with 6 additions and 2 deletions

View file

@ -29,7 +29,9 @@
#include <AK/MappedFile.h>
#include <LibGfx/BMPLoader.h>
#define BMP_DEBUG 0
#ifndef BMP_DEBUG
# define BMP_DEBUG 0
#endif
#define IF_BMP_DEBUG(x) \
if (BMP_DEBUG) \