mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: fn (data voidptr, e &Event) for events, allows methods
This commit is contained in:
parent
fc69b2fdb1
commit
399af6768d
3 changed files with 9 additions and 4 deletions
|
@ -417,8 +417,8 @@ Run
|
|||
v -d use_openssl -o blog -prod . && strip ./blog
|
||||
```
|
||||
|
||||
This will result in a ~400KB binary. `-d use_openssl` tells vweb to link to OpenSSL. Without this flag mbedtls will be embedded, and the
|
||||
binary size will increase to ~700KB.
|
||||
This will result in a ~400KB binary. `-d use_openssl` tells vweb to link to OpenSSL.
|
||||
Without this flag mbedtls will be embedded, and the binary size will increase to ~700KB.
|
||||
|
||||
|
||||
### To be continued...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue