Skip to content

Conversation

bscottm
Copy link
Contributor

@bscottm bscottm commented Jul 26, 2025

Support optimized compiles with debugging info (e.g., "-O2 -g" for GCC/Clang.) Useful with 'valgrind' to produce intelligible output.

Support optimized compiles with debugging info (e.g., "-O2 -g" for
GCC/Clang.) Useful with 'valgrind' to produce intelligible output.
@bscottm bscottm force-pushed the rel_with_debuginfo branch from 16bbaf8 to c12e617 Compare August 21, 2025 20:25
- Multi-configuration builders (`msbuild`, `xcodebuild`): The simulator
executables will appear underneath individual configuration subdirectories
("Debug" and "Release").
("Debug", "Release" and "RelWithDebInfo").

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An Oxford comma would be good here, I think. It gets confusing otherwise.

[string] $flavor = "vs2022",

## The target build configuration. Valid values: "Release" and "Debug"
## The target build configuration. Valid values: "Release", "Debug" and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oxford comma is less needed here but I'd still recommend it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pmetzger: My writing habits were pretty ingrained by my PhD advisor's admin, who proofed and edited my dissertation. She completely disabused me of writing with Oxford commas. Happy to have a five gin martini debate elsewhere.

mingw
ucrt
--config (-c) Specifies the build configuration: 'Release' or 'Debug'
--config (-c) Specifies the build configuration: 'Release', 'Debug' or

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend an Oxford comma again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants