mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
U-Boot: disable optimisation to help debugging
* the U-Boot support code is yet unfinished and needs more debugging. (cherry picked from my sam460ex branch)
This commit is contained in:
parent
8a4cdf3e60
commit
f1ad2f5a23
@ -18,8 +18,8 @@ UsePrivateHeaders [ FDirName kernel arch $(TARGET_ARCH) board $(TARGET_BOOT_BOAR
|
||||
local defines = _BOOT_MODE ;
|
||||
|
||||
defines = [ FDefines $(defines) ] ;
|
||||
SubDirCcFlags $(defines) -g3 ;
|
||||
SubDirC++Flags $(defines) -fno-rtti -g3 ;
|
||||
SubDirCcFlags $(defines) -g3 -O0 ;
|
||||
SubDirC++Flags $(defines) -fno-rtti -g3 -O0 ;
|
||||
}
|
||||
|
||||
# we fake NetBSD since we don't have an OS ID yet for uimage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user