mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Meta: Add a LINK alias to the common makefile for running ld explicitly
This commit is contained in:
parent
bfde6acd8c
commit
0706bf470f
Notes:
sideshowbarker
2024-07-19 12:05:43 +09:00
Author: https://github.com/deoxxa Commit: https://github.com/SerenityOS/serenity/commit/0706bf470fc Pull-request: https://github.com/SerenityOS/serenity/pull/565 Reviewed-by: https://github.com/awesomekling
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