forked from vieter-v/vieter
fix(ci): add -DGC_THREADS flag to prod build
This commit is contained in:
parent
60598f719c
commit
37c27ae84b
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ pipeline:
|
|||
environment:
|
||||
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
|
||||
commands:
|
||||
- make prod
|
||||
# Apparently this -D is *very* important
|
||||
- CFLAGS='-DGC_THREADS=1' make prod
|
||||
# Make sure the binary is actually statically built
|
||||
- readelf -d pvieter
|
||||
- du -h pvieter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue