Skip to content

Commit

Permalink
Fix windows compile
Browse files Browse the repository at this point in the history
Bench: 3366289
  • Loading branch information
SzilBalazs committed Jul 29, 2023
1 parent 3bba2d2 commit 6e77d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
HASH := unknown
endif

ifeq ($(CXX), clang++)
ifneq ($(CXX), g++)
TARGET_FLAGS += -fuse-ld=lld
endif

Expand Down

0 comments on commit 6e77d3b

Please sign in to comment.