Skip to content

Commit

Permalink
[gcc] Enable lsan for aarch64. Contributes to JB#49681
Browse files Browse the repository at this point in the history
  • Loading branch information
xfade committed Apr 24, 2020
1 parent 95dcc9b commit a6cab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc.spec
Expand Up @@ -135,7 +135,7 @@ ExclusiveArch: %ix86 x86_64
%else
%global build_libasan 0
%endif
%ifarch x86_64 ppc64 ppc64le
%ifarch x86_64 ppc64 ppc64le aarch64
%global build_liblsan 1
%else
%global build_liblsan 0
Expand Down

0 comments on commit a6cab1c

Please sign in to comment.