Skip to content

Commit

Permalink
remove two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
coolyjg committed Aug 1, 2023
1 parent 25f49e6 commit ba3af46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/c/redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ARCH ?= x86_64

CC := $(ARCH)-linux-musl-gcc
LD := $(ARCH)-linux-musl-ld

CFLAGS :=
LDFLAGS := -static -no-pie
Expand Down
1 change: 0 additions & 1 deletion scripts/make/build_c.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ endif

_check_need_rebuild: $(obj_dir)
@if [ "$(CFLAGS)" != "`cat $(last_cflags) 2>&1`" ]; then \
echo "$(CFLAGS)"; \
echo $(CFLAGS) > $(last_cflags); \
fi

Expand Down

0 comments on commit ba3af46

Please sign in to comment.