Skip to content

No Sanitizer Support in Build System #12

@LinuxMainframe

Description

@LinuxMainframe

Low: Add Sanitizer Support to Build System

Priority: LOW

Type: Build System

Location

CMakeLists.txt

Issue

No support for AddressSanitizer, ThreadSanitizer, or UndefinedBehaviorSanitizer.

Impact

  • Harder to detect memory leaks during development
  • Race conditions might go unnoticed
  • Undefined behavior not caught in testing

Benefits:

  • Catch memory leaks during testing
  • Detect data races
  • Find undefined behavior
  • Apparently it is industry-standard testing practice

Metadata

Metadata

Assignees

No one assigned

    Labels

    LOWNot important, nor necessary. Probably a QoL improvement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions