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:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user