BuildSystem: Strip kernel. We will add the map once we use it

This commit is contained in:
Bananymous 2023-07-21 15:47:31 +03:00
parent dcd4d0daeb
commit 5f2549b198
1 changed files with 5 additions and 0 deletions

View File

@ -167,6 +167,11 @@ add_custom_command(
COMMAND cp ${CRTEND} .
)
add_custom_command(
TARGET kernel POST_BUILD
COMMAND x86_64-banan_os-strip ${CMAKE_CURRENT_BINARY_DIR}/kernel
)
add_custom_command(
OUTPUT font/prefs.psf.o
COMMAND cd ${CMAKE_CURRENT_SOURCE_DIR} && objcopy -O ${ELF_FORMAT} -B i386 -I binary font/prefs.psf ${CMAKE_CURRENT_BINARY_DIR}/font/prefs.psf.o