mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/bin/bash -eu
|
||
|
|
||
|
CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
|
||
|
|