mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
5 lines
80 B
Bash
5 lines
80 B
Bash
|
|
#!/bin/bash -eu
|
||
|
|
|
||
|
|
CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
|
||
|
|
|