mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
Meta: Fix BMP_DEBUG, and always build on CI
This commit is contained in:
parent
2b3113cd2a
commit
f82b2948cf
Notes:
sideshowbarker
2024-07-19 01:07:59 +09:00
Author: https://github.com/BenWiederhake
Commit: f82b2948cf
Pull-request: https://github.com/SerenityOS/serenity/pull/4204
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