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