suppress DEBUG on ftgzip.c so that it will compile

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Andrew Bachmann 2005-08-21 19:03:01 +00:00
parent bae91f0a4c
commit 464f9febc4
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ UseFreeTypeHeaders ;
FT2_Library $(FT2_LIB) : ftgzip.c ;
# end of src/pcf Jamfile
ObjectCcFlags ftgzip.c : -UDEBUG ;
# end of src/pcf Jamfile