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

* 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).