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 991d96e commit 4350cb2Copy full SHA for 4350cb2
DefaultYAMLs/DefaultUserConfig.yaml
@@ -164,7 +164,7 @@ Profiles:
164
CompileTypes:
165
Executable:
166
Default:
167
- Flags: "-std=c++17 -Wall"
+ Flags: "-std=c++17 -Wall -g"
168
Executable: "g++"
169
RunParts: *g++_CompileRunParts
170
# (Optional) The commands to run in **shell** BEFORE compiling
@@ -175,14 +175,14 @@ Profiles:
175
# Cleanup: []
176
Static:
177
178
179
180
181
# Setup: []
182
183
Shared:
184
185
- Flags: "-std=c++17 -Wall -fpic"
+ Flags: "-std=c++17 -Wall -g -fpic"
186
187
188
0 commit comments