mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
build: add nostacktrace static builds
This commit is contained in:
parent
7306179698
commit
048569837a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -285,6 +285,12 @@ jobs:
|
||||
- arch: arm64v8
|
||||
dist: ubuntu
|
||||
build_type: gcc-release-ninja-O2-static
|
||||
- arch: amd64
|
||||
dist: ubuntu
|
||||
build_type: clang-release-nostacktrace-ninja-static
|
||||
- arch: arm64v8
|
||||
dist: ubuntu
|
||||
build_type: clang-release-nostacktrace-ninja-static
|
||||
- arch: amd64
|
||||
dist: ubuntu
|
||||
build_type: clang-release-ninja-static
|
||||
|
@ -815,6 +815,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
|
||||
elseif(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
set(DWARFS_ARTIFACT_ID "${DWARFS_ARTIFACT_ID}-debug")
|
||||
endif()
|
||||
if(ENABLE_STACKTRACE)
|
||||
set(DWARFS_ARTIFACT_ID "${DWARFS_ARTIFACT_ID}-stacktrace")
|
||||
endif()
|
||||
|
||||
if(STATIC_BUILD_DO_NOT_USE OR WIN32)
|
||||
if(WITH_UNIVERSAL_BINARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user