1
0
forked from mirrors/0ad

# Optimisations for Linux

GCC: Don't export symbols from DSOs by default - see
http://gcc.gnu.org/wiki/Visibility

This was SVN commit r4812.
This commit is contained in:
Ykkrosh
2007-01-26 18:26:45 +00:00
parent 5e7baf3a43
commit 3573c4a4e3
12 changed files with 46 additions and 11 deletions
+1
View File
@@ -89,6 +89,7 @@ public:
catch (PSERROR_DllLoader&)
{
LOG(ERROR, LOG_CATEGORY, "Failed to load symbols from COLLADA conversion DLL");
dll.Unload();
return CModelDefPtr();
}