Skip to content

Commit

Permalink
Don't strip symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 7, 2023
1 parent 68346b8 commit ad32441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apkbuild-parser/repo.ts
Expand Up @@ -5,7 +5,8 @@ const PATCH_KIMAGEFORMATS_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./proli
const PATCH_KWIN_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./prolinux-nightly/kwin/src/0001-Revert-autotests-Make-mapping-between-KWin-Output-an.patch'}

export const globalPatches: Patch[] = [

// Append a line to the APKBUILD file
{cmd: 'echo "options=\"$options !strip\"" >> APKBUILD', runInDir: true},
];

// List of packages and their git repositories
Expand Down

0 comments on commit ad32441

Please sign in to comment.