1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:58:11 +00:00

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
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) \