mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
[tldr] more legible (#1297)
This commit is contained in:
parent
e12c16dbcc
commit
a1edd647bb
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
script: |
|
script:
|
||||||
make PREFIX="{{prefix}}" CFLAGS="-ggdb -O0 -ftrapv $CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" --jobs {{ hw.concurrency }} install
|
make --environment-overrides --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
PREFIX: ${{prefix}}
|
||||||
|
CFLAGS: -ggdb -O0 -ftrapv -fPIC
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/tldr
|
- bin/tldr
|
||||||
|
|
Loading…
Reference in a new issue