Files
renderdoc/renderdoc
baldurk cdd731d00c Add -Wl,--no-undefined to ensure all symbols are resolved
* This prevents issues where perhaps some file that is compiled in
  references a symbol in another file which is not compiled or isn't
  enabled, leaving an undefined symbol in librenderdoc.so. This can
  lead to some seriously hard to track bugs.
2017-12-22 22:17:07 +00:00
..