The libfs_shell.a is no longer built with DEBUG turned on by default.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12828 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-05-26 08:24:00 +00:00
parent 09b83e5cec
commit 5cc1406383

View File

@ -33,7 +33,7 @@ rule BuildLibFSShell
}
{
local defines = [ FDefines USER DEBUG _GNU_SOURCE ] ;
local defines = [ FDefines USER _GNU_SOURCE ] ;
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) -fno-exceptions -fno-rtti ;
}