commit | 7ae6c16f51e873c73455f28e71a7b13c0d783d57 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 20 15:09:39 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 20 15:09:39 2024 +0000 |
tree | 8abca26a62f5a9230f8064954f59672510a527d1 | |
parent | cda9ce15ffcdcb6e1b6d73a88ee667c284a74974 [diff] |
Use -fno-omit-frame-pointer for host windows. Helps with debugging/profiling. Bug: http://b/245707217 Change-Id: I6c163c67a04ab53a0b8a00edb233e6d60404f0a4
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index ea7d342..a4d43b9 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go
@@ -47,6 +47,8 @@ // Windows flags to generate PDB "-g", "-gcodeview", + + "-fno-omit-frame-pointer", } windowsIncludeFlags = []string{