Reduce virtual disk image size to save build time

This commit is contained in:
Rafal Kupiec 2024-02-07 17:25:25 +01:00
parent 460ba7c857
commit ba0b4c339d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -66,7 +66,7 @@ file(RELATIVE_PATH _PATH_PREFIX ${EXECTOS_BINARY_DIR} ${EXECTOS_SOURCE_DIR})
add_compiler_flags(-D__RELFILE__="&__FILE__[__FILE__[0] == '.' ? sizeof \\\"${_PATH_PREFIX}\\\" - 1 : sizeof XTOS_SOURCE_DIR]")
# Set the virtual disk image size (in MiB)
set_disk_image_size(128)
set_disk_image_size(32)
# Build all subprojects
add_subdirectory(bootdata)