mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00

Example: 'v -c_options=-Os' will pass -Os to the C compiler. In effect the C compiler will optimize the generated binary for size.
Example: 'v -c_options=-Os' will pass -Os to the C compiler. In effect the C compiler will optimize the generated binary for size.