Skip to content

Sanatize runtime checks - #455

Merged
joente merged 4 commits into
mainfrom
hardening
Jul 22, 2026
Merged

Sanatize runtime checks#455
joente merged 4 commits into
mainfrom
hardening

Conversation

@joente

@joente joente commented Jul 22, 2026

Copy link
Copy Markdown
Member

Description

Fixes runtime checks:

cmake -DCMAKE_BUILD_TYPE=Debug \
      -DCMAKE_C_FLAGS="-fsanitize=address,undefined -g" \
      -DCMAKE_CXX_FLAGS="-fsanitize=address,undefined -g" .
make -j$(nproc)

Reset normal build:

make clean
rm -f CMakeCache.txt
rm -rf CMakeFiles/

@joente
joente merged commit bd97286 into main Jul 22, 2026
1 check passed
@joente
joente deleted the hardening branch July 22, 2026 14:10
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.

1 participant