mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Meta: Add a LINK alias to the common makefile for running ld explicitly
This commit is contained in:
parent
bfde6acd8c
commit
0706bf470f
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(FLAVOR_FLAGS) $(ARC
|
|||
CXX = $(PRE_CXX) i686-pc-serenity-g++
|
||||
LD = i686-pc-serenity-g++
|
||||
AS = i686-pc-serenity-as
|
||||
LINK = i686-pc-serenity-ld
|
||||
|
||||
DEFINES = -DSANITIZE_PTRS -DDEBUG
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue