Skip to content

Commit 4350cb2

Browse files
Adding debug info to default user config
1 parent 991d96e commit 4350cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DefaultYAMLs/DefaultUserConfig.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Profiles:
164164
CompileTypes:
165165
Executable:
166166
Default:
167-
Flags: "-std=c++17 -Wall"
167+
Flags: "-std=c++17 -Wall -g"
168168
Executable: "g++"
169169
RunParts: *g++_CompileRunParts
170170
# (Optional) The commands to run in **shell** BEFORE compiling
@@ -175,14 +175,14 @@ Profiles:
175175
# Cleanup: []
176176
Static:
177177
Default:
178-
Flags: "-std=c++17 -Wall"
178+
Flags: "-std=c++17 -Wall -g"
179179
Executable: "g++"
180180
RunParts: *g++_CompileRunParts
181181
# Setup: []
182182
# Cleanup: []
183183
Shared:
184184
Default:
185-
Flags: "-std=c++17 -Wall -fpic"
185+
Flags: "-std=c++17 -Wall -g -fpic"
186186
Executable: "g++"
187187
RunParts: *g++_CompileRunParts
188188
# Setup: []

0 commit comments

Comments
 (0)