Skip to content

Commit

Permalink
add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 9, 2023
1 parent 458f4fb commit 2df657a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
sudo apt update
sudo apt install -y gcc-multilib libc6-dev:i386
curl -L https://raw.githubusercontent.com/puppylinux-woof-CE/initrd_progs/master/pkg/w_apps_static/w_apps/findpkgs-search-helper.c -o /tmp/1.c
sudo gcc -O0 -g -fsanitize=address -m32 /tmp/1.c -o support/findpkgs-search-helper
export ASAN_OPTIONS=log_path=/tmp/asanlog
sudo gcc -O0 -g -fsanitize=address -m32 -fno-common -fno-omit-frame-pointer /tmp/1.c -o support/findpkgs-search-helper
export ASAN_OPTIONS=log_path=/tmp/asanlog:halt_on_error=false
sudo -E ./0setup
exit 1
- run: cat /tmp/asanlog
Expand Down

0 comments on commit 2df657a

Please sign in to comment.