Skip to content

Commit

Permalink
Add DWARF frame section fix to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Apr 6, 2023
1 parent 3538dfe commit 74b33a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
dub add-local inui/ "1.0.0"
- name: 'Build Inochi Session'
env:
DFLAGS: "-g -force-dwarf-frame-section=false"
run: |
# Build the project, with its main file included, without unittests
dub build --compiler=ldc2 --build=release --config=full
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ jobs:
dub add-local inui/ "1.0.0"
- name: 'Build Inochi Session'
env:
DFLAGS: "-g -force-dwarf-frame-section=false"
run: |
# First build ARM64 version...
echo "Building arm64 binary..."
Expand Down
1 change: 0 additions & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ configuration "osx-full" {
versions "InBranding"

subConfiguration "bindbc-imgui" "dynamic_dynamicCRT"
dflags "-preserve-dwarf-line-section=false"
lflags "-rpath" "@executable_path/../Frameworks" "-rpath" "@executable_path/."

preBuildCommands "dub run gitver -- --prefix INS --file source/session/ver.d --mod session.ver --appname \"Inochi Session\" --itchfile version.txt"
Expand Down

0 comments on commit 74b33a3

Please sign in to comment.