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:
parent
09b83e5cec
commit
5cc1406383
@ -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 ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user