Skip to content

Commit 0866b69

Browse files
Adding back optional fields as comments
1 parent cd0ab97 commit 0866b69

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DefaultYAMLs/DefaultUserConfig.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,24 @@ Profiles:
196196
Executable: "g++"
197197
RunParts: *g++_CompileRunParts
198198
ExpectedOutputFiles: *g++_CompileExpectedOutputFiles
199+
# Setup: []
200+
# Cleanup: []
199201
Static:
200202
DefaultPlatform:
201203
Flags: "-std=c++17 -Wall -g"
202204
Executable: "g++"
203205
RunParts: *g++_CompileRunParts
204206
ExpectedOutputFiles: *g++_CompileExpectedOutputFiles
207+
# Setup: []
208+
# Cleanup: []
205209
Shared:
206210
DefaultPlatform:
207211
Flags: "-std=c++17 -Wall -g -fpic"
208212
Executable: "g++"
209213
RunParts: *g++_CompileRunParts
210214
ExpectedOutputFiles: *g++_CompileExpectedOutputFiles
215+
# Setup: []
216+
# Cleanup: []
211217

212218
# Specify the linker settings
213219
Linker:
@@ -264,6 +270,8 @@ Profiles:
264270
- Type: Repeats
265271
CommandPart: " \"{LinkFilePath}\""
266272
ExpectedOutputFiles: ["{OutputFileDirectory}{/}{OutputFileName}"]
273+
# Setup: []
274+
# Cleanup: []
267275
Windows:
268276
Flags: "-Wl,-rpath,\\$ORIGIN"
269277
Executable: "g++"
@@ -273,6 +281,8 @@ Profiles:
273281
- Type: Repeats
274282
CommandPart: " \"{LinkFilePath}\""
275283
ExpectedOutputFiles: ["{OutputFileDirectory}{/}{OutputFileName}.exe"]
284+
# Setup: []
285+
# Cleanup: []
276286
ExecutableShared:
277287
DefaultPlatform:
278288
Flags: "-shared -Wl,-rpath,\\$ORIGIN"
@@ -283,6 +293,8 @@ Profiles:
283293
- Type: Repeats
284294
CommandPart: " \"{LinkFilePath}\""
285295
ExpectedOutputFiles: ["{OutputFileDirectory}{/}{SharedLibraryFile.Prefix}{OutputFileName}{SharedLibraryFile.Extension}"]
296+
# Setup: []
297+
# Cleanup: []
286298
Static:
287299
DefaultPlatform:
288300
Flags: ""
@@ -293,6 +305,8 @@ Profiles:
293305
- Type: Repeats
294306
CommandPart: " \"{LinkFilePath}\""
295307
ExpectedOutputFiles: ["{OutputFileDirectory}{/}{StaticLinkFile.Prefix}{OutputFileName}{StaticLinkFile.Extension}"]
308+
# Setup: []
309+
# Cleanup: []
296310
Shared:
297311
DefaultPlatform:
298312
Flags: "-shared -Wl,-rpath,\\$ORIGIN"
@@ -303,6 +317,8 @@ Profiles:
303317
- Type: Repeats
304318
CommandPart: " \"{LinkFilePath}\""
305319
ExpectedOutputFiles: ["{OutputFileDirectory}{/}{SharedLibraryFile.Prefix}{OutputFileName}{SharedLibraryFile.Extension}"]
320+
# Setup: []
321+
# Cleanup: []
306322

307323
# https://learn.microsoft.com/en-us/cpp/overview/compiler-versions?view=msvc-170
308324
- Name: "vs2022_v17+"

0 commit comments

Comments
 (0)