Skip to content

Commit

Permalink
Merge pull request cri-o#5530 from sheabot/feature/pinns-ldflags
Browse files Browse the repository at this point in the history
pinns: Add LDFLAGS to Makefile
  • Loading branch information
openshift-merge-robot authored Jan 11, 2022
2 parents 6df2e9d + 11c127f commit f97e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CFLAGS ?= -std=c99 -Os -Wall -Werror -Wextra -static
all: ../bin/pinns

../bin/pinns: $(obj) | ../bin
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) $(LIBS)
$(STRIP) -s $@

%.o: %.c $(HEADERS)
Expand Down

0 comments on commit f97e462

Please sign in to comment.