Skip to content

Commit

Permalink
Enable debugging of github binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bill committed Feb 25, 2024
1 parent c04c5a8 commit bf80b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binaries-linux32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Compile mew
run: |
./build.sh -t w
./build.sh -d -t w
working-directory: ./microemacs/src

- name: Generate docs
Expand All @@ -41,6 +42,7 @@ jobs:
cd ./microemacs/src
cp ./.linux32gcc-release-mec/mec ../../binaries-linux32/
cp ./.linux32gcc-release-mew/mew ../../binaries-linux32/
cp ./.linux32gcc-debug-mew/mew ../../binaries-linux32/mewd
cd ../../binaries-linux32/
zip linux32-bin mec mew
rm mec mew
Expand Down
1 change: 1 addition & 0 deletions microemacs/src/linux32gcc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ else
BOUTDIR = $(OUTDIRR)
CCFLAGS = $(CCFLAGSR)
LDFLAGS = $(LDFLAGSR)
STRIP = - echo No strip - debugging crash
endif

ifeq "$(BCOR)" "ne"
Expand Down

0 comments on commit bf80b90

Please sign in to comment.