forked from Bananymous/banan-os
BuildSystem: Don't strip kernel
This commit is contained in:
parent
2eef581737
commit
4d6322ff9c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue