Skip to content

Commit

Permalink
snap: address sanitizer enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
RSATom committed Feb 12, 2024
1 parent 26052cf commit 051eabb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ parts:
plugin: autotools
source-type: git
source: https://github.com/meetecho/janus-gateway.git
build-environment:
- CFLAGS: "${CFLAGS:+$CFLAGS} -O1 -g3 -ggdb3 -fno-omit-frame-pointer -fsanitize=address"
- LDFLAGS: "${LDFLAGS:+$LDFLAGS} -fsanitize=address"
override-pull: |
craftctl default
craftctl set version="$(git describe)"
Expand Down Expand Up @@ -140,6 +143,7 @@ parts:
- librabbitmq4
- libpcap0.8
- libspeexdsp1
- libasan6

apps:
janus-gateway:
Expand Down

0 comments on commit 051eabb

Please sign in to comment.