5 lines
80 B
Bash
5 lines
80 B
Bash
![]() |
#!/bin/bash -eu
|
||
|
|
||
|
CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
|
||
|
|