Skip to content

Commit f9841fc

Browse files
author
llgoer
committed
Update Makefile
1 parent 1baa996 commit f9841fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ CFLAGS+=-fsanitize=address
113113
LDFLAGS+=-fsanitize=address
114114
endif
115115
ifdef CONFIG_WIN32
116-
LDEXPORT=
117-
else
118116
LDEXPORT=-export-dynamic
117+
else
118+
LDEXPORT=-rdynamic
119119
endif
120120

121121
PROGS=qjs$(EXE) qjsbn$(EXE) qjsc qjsbnc run-test262 run-test262-bn

0 commit comments

Comments
 (0)