Skip to content

Commit

Permalink
profile linking
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger committed Dec 16, 2024
1 parent 6e8a2b1 commit 86e4439
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 @@ -1046,7 +1046,7 @@ all: version prefix $(CHECKS) $(TARGET) $(L10N) $(TESTSTARGET)
@

$(TARGET): $(OBJS)
+$(LD) $(W32FLAGS) -o $(TARGET) $(OBJS) $(LDFLAGS)
+EMPROFILE=2 $(LD) $(W32FLAGS) -o $(TARGET) $(OBJS) $(LDFLAGS)
ifeq ($(RELEASE), 1)
ifndef DEBUG_SYMBOLS
ifneq ($(BACKTRACE),1)
Expand Down

0 comments on commit 86e4439

Please sign in to comment.