cmd/v: rewrite flags

This commit is contained in:
lutherwenxu 2020-03-07 01:53:29 +08:00 committed by GitHub
parent 522de0871a
commit aab31f4b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 1087 additions and 464 deletions

View file

@ -17,4 +17,4 @@ RUN apk --no-cache add \
RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
RUN git clone https://github.com/vlang/v /opt/vlang && make && v --version
RUN git clone https://github.com/vlang/v /opt/vlang && make && v -version