BuildSystem: Don't strip kernel

This commit is contained in:
Bananymous 2023-10-05 18:52:44 +03:00
parent 2eef581737
commit 4d6322ff9c
1 changed files with 4 additions and 4 deletions

View File

@ -194,10 +194,10 @@ 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(
# TARGET kernel POST_BUILD
# COMMAND x86_64-banan_os-strip ${CMAKE_CURRENT_BINARY_DIR}/kernel
#)
add_custom_command(
OUTPUT font/prefs.psf.o