mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix accidental MK_DEBUG_FILES=no addition to NXBMAKE in r275909
X-MFC with: r275909 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
c8ed1da7c3
commit
9e7d291e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1482,7 +1482,7 @@ NXBMAKE= ${NXBENV} ${MAKE} \
|
|||
-DNO_PIC MK_PROFILE=no -DNO_SHARED \
|
||||
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
|
||||
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
|
||||
MK_DEBUG_FILES=no MK_LLDB=no
|
||||
MK_LLDB=no
|
||||
|
||||
native-xtools: .MAKE
|
||||
mkdir -p ${OBJTREE}/nxb-bin/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue