diff --git a/Jenkinsfile b/Jenkinsfile index 8aa5d2a..0d150e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { } stage('Build Linux GCC') { steps { - sh 'scons -j8 platform=linuxbsd use_lto=yes' + sh 'scons -j8 platform=linuxbsd debug_symbols=yes use_lto=yes' sh 'scons -j8 platform=linuxbsd target=template_release use_lto=yes' sh 'scons -j8 platform=linuxbsd target=template_debug use_lto=yes' }