mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-04 12:01:00 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash -eu
|
|
|
|
CFLAGS="-fsanitize=address -g" CXXFLAGS=${CFLAGS} ./configure
|
|
|