2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

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

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 \\