Skip to content

v1.2.3 Fixes

Latest

Choose a tag to compare

@DMsuDev DMsuDev released this 20 Mar 01:53

v1.2.3

Fixes

  • Corrected make disassemble reference in README (was incorrectly documented as make disasm)
  • Fixed -Werror documentation: flag is opt-in (commented out by default), not automatically applied in release builds
  • Fixed --config .markdownlint.jsonc to .markdownlint.yaml in validate-docs.yml
  • Removed dead unreachable macOS branch in static analysis CI step

Makefile improvements

  • Verbose output (VERBOSE=1) is now always active regardless of -j flag, use -s to silence or -Otarget to sync parallel output
  • Removed deps and graph-deps targets (redundant; info now included in make info)
  • Removed sanitize from make help: sanitizers are applied automatically in make debug (ASan+UBSan), not a separate target
  • make info now shows source and object file counts
  • Updated make debug and make analyze descriptions in help for clarity

Documentation

  • Added --output-sync / -Otarget explanation for parallel builds (make -j8 -Otarget)
  • Updated troubleshooting section to reflect parallel output behavior