Add the -export-dynamic flags to the link options for the main executable
authorJongHeon Choi <j-h.choi@samsung.com>
Mon, 31 Oct 2016 04:09:32 +0000 (13:09 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Mon, 31 Oct 2016 04:09:32 +0000 (13:09 +0900)
runtime/runtime.gyp

index 380215250570f7f0db711aee57c8901446da2a31..a818470a16a8f86a844ceae4ac9b55cb9e3357a2 100755 (executable)
@@ -48,6 +48,7 @@
       ],
       'ldflags': [
         '-pie',
+        '-export-dynamic',
       ],
       'variables': {
         'packages': [