diff options
| author | GregF <greg@LunarG.com> | 2015-01-20 11:51:00 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:07 -0700 |
| commit | 496c5ef63dd3b49e9c787d2753cf3fdef7f58d13 (patch) | |
| tree | 9ac62204ddfb4170370bbbe41f0938034804243d /loader | |
| parent | 43e7553e5a1dcb3808224951b9cb2a661f97ef33 (diff) | |
| download | usermoji-496c5ef63dd3b49e9c787d2753cf3fdef7f58d13.tar.xz | |
icd: Link ICD with -Bsymbolic
We were previously linking with -Bsymbolic-functions, but this was not
sufficient as it caused glslang virtual function calls to still be linked
to rendersystemtest copy of glslang.
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/README.md b/loader/README.md index 823000de..5e81eee2 100644 --- a/loader/README.md +++ b/loader/README.md @@ -33,5 +33,5 @@ LIBXGL\_LAYER\_NAMES colon separate list of layer names to be activated. Examp - the ICD may or may not implement a dispatch table - ICD entrypoints can be named anything including the offcial xgl name such as xglCreateDevice(). However, beware of inter posing by dynamic OS library loaders if the offical names are used. On Linux, -if offical names are used, the ICD library must be linked with -Bsymbolic-functions +if offical names are used, the ICD library must be linked with -Bsymbolic |
