[tldr] more legible (#1297)

This commit is contained in:
Max Howell 2023-04-08 11:05:15 -04:00 committed by GitHub
parent e12c16dbcc
commit a1edd647bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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