mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-27 17:38:25 +00:00
CI: verbose output when compiling invidious
This commit is contained in:
parent
0e73ca1923
commit
7efee6bb2e
@ -22,7 +22,7 @@ COPY ./videojs-dependencies.yml ./videojs-dependencies.yml
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/crystal \
|
||||
crystal build ./src/invidious.cr \
|
||||
-O3 -Drelease --mcpu=x86-64-v2 \
|
||||
-O3 -Drelease -s -p -t --mcpu=x86-64-v2 \
|
||||
--static --warnings all \
|
||||
--link-flags "-lxml2 -llzma";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user