1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-26 07:32:25 +00:00

Merge pull request #1624 from nlordell/fix/libjanet-ldflags

Fix `LDFLAGS` Usage in Makefile
This commit is contained in:
Calvin Rose 2025-08-17 20:58:40 -05:00 committed by GitHub
commit f764788b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ HOSTAR?=$(AR)
# Symbols are (optionally) removed later, keep -g as default!
CFLAGS?=-O2 -g
LDFLAGS?=-rdynamic
LIBJANET_LDFLAGS?=$(LD_FLAGS)
LIBJANET_LDFLAGS?=$(LDFLAGS)
RUN:=$(RUN)