Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
787dc9c9
Commit
787dc9c9
authored
Jul 07, 2021
by
Matthias Mayr
Browse files
Config: Sets debug build flags to " -O0 -g" instead of " -Og -g".
parent
bb039bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
787dc9c9
...
...
@@ -141,7 +141,7 @@ def configure(conf):
if
conf
.
env
.
CXX_NAME
in
[
"clang"
,
"llvm"
]:
common_flags
+=
" -fdiagnostics-color"
if
conf
.
options
.
debug_build
:
opt_flags
=
" -O
g
-g"
opt_flags
=
" -O
0
-g"
else
:
opt_flags
=
" -O3 -g"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment