1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/examples
Delyan Angelov 37aff9b107 hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X
* hot reload for GL programs: force the main executable (the shared library loader) to be build with -rdynamic flag, when -live is passed to v compiler.

* hot reload: optimize away a redundant load_so/0 call at the start of the reload_so thread.

* hot code reload for MacOSX requires -flat_namespace flag instead of -rdynamic (on linux).
2019-07-15 17:32:00 +02:00
..
2019-06-30 13:06:45 +02:00
2019-07-12 20:46:58 +02:00
2019-06-29 12:34:32 +02:00
2019-06-29 12:34:32 +02:00
2019-06-29 12:34:32 +02:00
2019-06-29 12:34:32 +02:00
2019-07-07 01:18:04 +02:00
2019-06-29 12:34:32 +02:00
2019-07-01 17:36:23 +02:00
2019-07-07 01:19:54 +02:00