mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
|
|
|