diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile index 59070728a5f..a7549f24ea7 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile @@ -1,6 +1,6 @@ CXX_SOURCES := main.cpp -DEBUG_INFO_FLAG = -g3 +DEBUG_INFO_FLAG = -g3 -gdwarf-5 include Makefile.rules |

