mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
embed_file: rename debug_embed_file_in_prod -> force_embed_file (#14523)
This commit is contained in:
parent
59e57f0c62
commit
6c08af63ff
4 changed files with 4 additions and 4 deletions
|
@ -191,7 +191,6 @@ to create a copy of the compiler rather than replacing it with `v self`.
|
|||
| `debug_codegen` | Prints automatically generated V code during the scanning phase |
|
||||
| `debug_interface_table` | Prints generated interfaces during C generation |
|
||||
| `debug_interface_type_implements` | Prints debug information when checking that a type implements in interface |
|
||||
| `debug_embed_file_in_prod` | Prints debug information about the embedded files with `$embed_file('somefile')` |
|
||||
| `print_vweb_template_expansions` | Prints vweb compiled HTML files |
|
||||
| `time_checking` | Prints the time spent checking files and other related information |
|
||||
| `time_parsing` | Prints the time spent parsing files and other related information |
|
||||
|
@ -204,3 +203,4 @@ to create a copy of the compiler rather than replacing it with `v self`.
|
|||
| `trace_thirdparty_obj_files` | Prints details about built thirdparty obj files |
|
||||
| `trace_usecache` | Prints details when -usecache is used |
|
||||
| `trace_embed_file` | Prints details when $embed_file is used |
|
||||
| `force_embed_file` | Force embedding of file(s) with `$embed_file('somefile')` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue