git » mariadb.git » commit 877fc2f

add commented build options for debug builds

author Christian Hesse
2023-06-27 07:47:08 UTC
committer Christian Hesse
2023-06-27 07:47:08 UTC
parent 7208c2bbe764259f6c88e42be14b6410f57ee240

add commented build options for debug builds

PKGBUILD +2 -0

diff --git a/PKGBUILD b/PKGBUILD
index b244fbe..af60c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,8 @@ build() {
     # build options
     -DCOMPILATION_COMMENT="Arch Linux"
     -DCMAKE_BUILD_TYPE=RelWithDebInfo
+    #-DCMAKE_BUILD_TYPE=Debug
+    #-DMYSQL_MAINTAINER_MODE=WARN
     -Wno-dev
 
     # file paths