We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd7e28 commit e5e9464Copy full SHA for e5e9464
AMBuildScript
@@ -117,7 +117,7 @@ if builder.options.debug:
117
builder.cxx.defines += ['DEBUG', '_DEBUG']
118
if builder.cxx.target.platform == 'linux':
119
# Linux debug flags
120
- builder.cxx.cflags += ['-g3', '-O0']
+ builder.cxx.cflags += ['-g3', '-Og', '-ggdb3']
121
elif builder.cxx.target.platform == 'windows':
122
# Windows debug flags
123
builder.cxx.cflags += ['/Od', '/RTC1', '/MTd']
0 commit comments