Skip to content

Commit

Permalink
Build crashpad
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Oct 14, 2024
1 parent a2b0d64 commit 946a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake --install "${sentryNativeRoot}/build" --prefix "${sentryNativeRoot}/instal

# Build sentry-native using libstdc++
cmake -S "${sentryNativeRoot}" -B "${sentryNativeRoot}/build_crashpad_handler" -D SENTRY_BACKEND=crashpad -D SENTRY_TRANSPORT=none -D SENTRY_SDK_NAME=sentry.native.unreal -D SENTRY_BUILD_SHARED_LIBS=OFF \
-D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER="clang++" -D CMAKE_CXX_FLAGS="-stdlib=libstdc++" -D CMAKE_EXE_LINKER_FLAGS="-stdlib=libstdc++"
-D CMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build "${sentryNativeRoot}/build_crashpad_handler" --target sentry --parallel
cmake --install "${sentryNativeRoot}/build_crashpad_handler" --prefix "${sentryNativeRoot}/install_crashpad_handler"

Expand Down

0 comments on commit 946a0d9

Please sign in to comment.