diff options
-rw-r--r-- | o3d/plugin/plugin.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index c128c70..9ea6e00 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -201,6 +201,10 @@ 'linux/config.cc', 'linux/envvars.cc', ], + 'ldflags': [ + '-z', + 'nodelete', + ], 'link_settings': { 'libraries': [ '-lGL', |