BuildSystem: Don't strip kernel

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

View File

@ -194,10 +194,10 @@ add_custom_command(
COMMAND cp ${CRTEND} . COMMAND cp ${CRTEND} .
) )
add_custom_command( #add_custom_command(
TARGET kernel POST_BUILD # TARGET kernel POST_BUILD
COMMAND x86_64-banan_os-strip ${CMAKE_CURRENT_BINARY_DIR}/kernel # COMMAND x86_64-banan_os-strip ${CMAKE_CURRENT_BINARY_DIR}/kernel
) #)
add_custom_command( add_custom_command(
OUTPUT font/prefs.psf.o OUTPUT font/prefs.psf.o