Build OpenAL in RelWithDebInfo mode on macOS

This commit is contained in:
Ilya Fedin 2023-08-15 00:20:59 +04:00 committed by John Preston
parent ff2df4b1e5
commit 238d4b8e17
1 changed files with 1 additions and 0 deletions

View File

@ -1077,6 +1077,7 @@ mac:
cd openal-soft
git checkout 716f5373cb
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
-D ALSOFT_EXAMPLES=OFF \\
-D ALSOFT_UTILS=OFF \\