Integrate LZ4 library, compress the ramdisk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
@@ -12,7 +12,8 @@ cflags += -isystem . -isystem ../include
|
||||
|
||||
cflags += -DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-D_ALLOC_SKIP_DEFINE \
|
||||
-D"FAT_PRINTF(a)"
|
||||
-D"FAT_PRINTF(a)" \
|
||||
-DXXH_NAMESPACE=LZ4_
|
||||
|
||||
ifeq ($(buildtype),debug)
|
||||
cflags += -O0 -g
|
||||
|
||||
Reference in New Issue
Block a user