Compile with debug symbols enabled.
This commit is contained in:
parent
ceb1ec2a3e
commit
5c6a3b52ad
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user