diff --git a/Makefile b/Makefile index 7ca93f0..c1c0fbc 100755 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ endif ifdef CONFIG_WIN32 LDEXPORT= else -LDEXPORT=-rdynamic +LDEXPORT=-export-dynamic endif PROGS=qjs$(EXE) qjsbn$(EXE) qjsc qjsbnc run-test262 run-test262-bn