[slave.mk] Fix DEB_BUILD_OPTIONS passing (#2473)
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
This commit is contained in:
parent
a695d142fc
commit
c998dc81d2
4
slave.mk
4
slave.mk
@ -98,11 +98,11 @@ $(warning PASSWORD given on command line: could be visible to other users)
|
||||
endif
|
||||
|
||||
ifeq ($(SONIC_DEBUGGING_ON),y)
|
||||
DEB_BUILD_OPTIONS_GENERIC := "nostrip"
|
||||
DEB_BUILD_OPTIONS_GENERIC := nostrip
|
||||
endif
|
||||
|
||||
ifeq ($(SONIC_PROFILING_ON),y)
|
||||
DEB_BUILD_OPTIONS_GENERIC := "nostrip noopt"
|
||||
DEB_BUILD_OPTIONS_GENERIC := nostrip noopt
|
||||
endif
|
||||
|
||||
ifeq ($(SONIC_BUILD_JOBS),)
|
||||
|
Loading…
Reference in New Issue
Block a user