Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Nov 25, 2024
1 parent 7f65566 commit 09842fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ concurrency:
cancel-in-progress: true

env:
CXXFLAGS: "-fsanitize=thread -ggdb3 -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS"
CXXFLAGS: "-fsanitize=address -ggdb3 -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS"
ASAN_OPTIONS: "detect_leaks=0,detect_stack_use_after_return=1,check_initialization_order=1,strict_init_order=1"

jobs:
get-cmdstan-version:
Expand Down

0 comments on commit 09842fa

Please sign in to comment.