Skip to content

Commit

Permalink
build widberg-main on release instead of relwithdebinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Sep 13, 2024
1 parent c129551 commit 095b959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ widberg-main)
BRANCH=main
URL=https://github.com/widberg/llvm-project-widberg-extensions.git
VERSION=widberg-main-$(date +%Y%m%d)
CMAKE_EXTRA_ARGS+=("-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=X86")
CMAKE_EXTRA_ARGS+=("-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=X86")
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
mizvekov-resugar)
Expand Down

0 comments on commit 095b959

Please sign in to comment.