From 8da17a82110ce68810cebf566dfeb653b45a1544 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 31 Oct 2021 17:05:56 +0100 Subject: [PATCH] doc/user.rst: add optimized build options to examples --- doc/user.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user.rst b/doc/user.rst index bf9e7f9b7..bae3f635e 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -173,6 +173,7 @@ tarball and change into the directory. Then, instead of mkdir -p output/win64 cd output/win64 ../../win32/build.py --64 \ + --buildtype=debugoptimized -Db_ndebug=true \ -Dwrap_mode=forcefallback This downloads various library sources, and then configures and builds @@ -212,6 +213,7 @@ tarball and change into the directory. Then, instead of mkdir -p output/android cd output/android ../../android/build.py SDK_PATH NDK_PATH ABI \ + --buildtype=debugoptimized -Db_ndebug=true \ -Dwrap_mode=forcefallback \ -Dandroid_debug_keystore=$HOME/.android/debug.keystore ninja android/apk/mpd-debug.apk