Skip to content

Commit

Permalink
Merge pull request #29 from rmartin16/stop-stripping
Browse files Browse the repository at this point in the history
Do not strip libraries from PyPI packages
  • Loading branch information
freakboy3742 committed Nov 15, 2023
2 parents 1fe6020 + 60fe3fd commit 75d9d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{ cookiecutter.format }}/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ modules:
- name: app_packages
buildsystem: simple
build-options:
strip: false
no-debuginfo: true
build-args:
- --filesystem=host # For local requirements.
- --share=network # For downloaded requirements.
Expand All @@ -86,6 +88,9 @@ modules:
path: requirements.txt
- name: app
buildsystem: simple
build-options:
strip: false
no-debuginfo: true
build-commands:
- mkdir -p /app/briefcase
- cp -r src/app/ /app/briefcase/app
Expand Down

0 comments on commit 75d9d81

Please sign in to comment.