]> git.ipfire.org Git - collecty.git/commitdiff
jenkins: The configure script does not have a --enable-debug switch
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Sep 2025 16:40:12 +0000 (16:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Sep 2025 16:40:12 +0000 (16:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index adbd4307f997d9e0f8d9c971653c4d997ae30812..a69e98c9d9928b747ee077f1c8d6935707cf6e0f 100644 (file)
@@ -66,8 +66,7 @@ pipeline {
                                                        sh """
                                                                CC=${env.COMPILER} \
                                                                ./configure \
-                                                                       --prefix=/usr \
-                                                                       --enable-debug
+                                                                       --prefix=/usr
                                                        """
                                                }
 
@@ -161,8 +160,7 @@ pipeline {
                                                                sh """
                                                                        scan-build \
                                                                        ./configure \
-                                                                               --prefix=/usr \
-                                                                               --enable-debug
+                                                                               --prefix=/usr
                                                                """
                                                        }
                                                }