Disable DEBUG build of 3rd party libgutenprint
Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
parent
0106325bc4
commit
f1b76720ea
@ -6,6 +6,9 @@ SubDirSysHdrs [ FDirName $(HAIKU_TOP) src libs print libgutenprint include ] ;
|
|||||||
|
|
||||||
DEFINES += HAVE_CONFIG_H=1 ;
|
DEFINES += HAVE_CONFIG_H=1 ;
|
||||||
|
|
||||||
|
# Some targets in this subdir fail to build with DEBUG=1
|
||||||
|
DEBUG = 0 ;
|
||||||
|
|
||||||
StaticLibrary libgutenprint.a :
|
StaticLibrary libgutenprint.a :
|
||||||
array.c
|
array.c
|
||||||
bit-ops.c
|
bit-ops.c
|
||||||
|
Loading…
Reference in New Issue
Block a user