mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35: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:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
make PREFIX="{{prefix}}" CFLAGS="-ggdb -O0 -ftrapv $CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
make --environment-overrides --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
PREFIX: ${{prefix}}
|
||||
CFLAGS: -ggdb -O0 -ftrapv -fPIC
|
||||
|
||||
provides:
|
||||
- bin/tldr
|
||||
|
|
Loading…
Reference in a new issue