aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorGregF <greg@LunarG.com>2015-01-20 11:51:00 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:07 -0700
commit496c5ef63dd3b49e9c787d2753cf3fdef7f58d13 (patch)
tree9ac62204ddfb4170370bbbe41f0938034804243d /loader
parent43e7553e5a1dcb3808224951b9cb2a661f97ef33 (diff)
downloadusermoji-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.md2
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