Skip to content

Commit e5e9464

Browse files
committed
Update AMBuildScript
1 parent 8bd7e28 commit e5e9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if builder.options.debug:
117117
builder.cxx.defines += ['DEBUG', '_DEBUG']
118118
if builder.cxx.target.platform == 'linux':
119119
# Linux debug flags
120-
builder.cxx.cflags += ['-g3', '-O0']
120+
builder.cxx.cflags += ['-g3', '-Og', '-ggdb3']
121121
elif builder.cxx.target.platform == 'windows':
122122
# Windows debug flags
123123
builder.cxx.cflags += ['/Od', '/RTC1', '/MTd']

0 commit comments

Comments
 (0)