mirror of
https://github.com/janet-lang/janet
synced 2025-09-03 19:38:04 +00:00
Fix LDFLAGS
Usage in Makefile
This PR fixes what appears to be a typo `LDFLAGS` written with an additional `_` in the Makefile for setting the default linker flags for `libjanet`.
This commit is contained in:
2
Makefile
2
Makefile
@@ -54,7 +54,7 @@ HOSTAR?=$(AR)
|
|||||||
# Symbols are (optionally) removed later, keep -g as default!
|
# Symbols are (optionally) removed later, keep -g as default!
|
||||||
CFLAGS?=-O2 -g
|
CFLAGS?=-O2 -g
|
||||||
LDFLAGS?=-rdynamic
|
LDFLAGS?=-rdynamic
|
||||||
LIBJANET_LDFLAGS?=$(LD_FLAGS)
|
LIBJANET_LDFLAGS?=$(LDFLAGS)
|
||||||
RUN:=$(RUN)
|
RUN:=$(RUN)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user