Merge "Move "-fdebug-info-for-profiling" flag to device binaries only"
This commit is contained in:
commit
8a8cebb01f
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,6 @@ var (
|
|||
|
||||
"-O2",
|
||||
"-g",
|
||||
"-fdebug-info-for-profiling",
|
||||
|
||||
"-fno-strict-aliasing",
|
||||
|
||||
|
@ -125,6 +124,9 @@ var (
|
|||
"-Werror=sequence-point",
|
||||
"-Werror=format-security",
|
||||
"-nostdlibinc",
|
||||
|
||||
// Emit additional debug info for AutoFDO
|
||||
"-fdebug-info-for-profiling",
|
||||
}
|
||||
|
||||
deviceGlobalCppflags = []string{
|
||||
|
|
Loading…
Reference in a new issue