mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02: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
|
|
|