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:
parent
2b3113cd2a
commit
f82b2948cf
2 changed files with 6 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue