mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
nuke debugging symbols from kern.flp kernels.
This commit is contained in:
parent
5fd0a3d5ae
commit
e621ac22e9
1 changed files with 1 additions and 0 deletions
|
|
@ -706,6 +706,7 @@ doKERNEL:
|
|||
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
||||
make depend && \
|
||||
make ${KERNEL} && \
|
||||
strip --strip-debug ${KERNEL} && \
|
||||
cp ${KERNEL} ${RD}/kernels/${KERNEL}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue