Skip to content

Commit

Permalink
update ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren authored and jianjunjiang committed Oct 25, 2024
1 parent 8e76d55 commit a02562b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Top makefile
#

PREFIX ?= /usr/local
PREFIX ?= /usr/local
CROSS ?=

AS := $(CROSS)gcc -x assembler-with-cpp
Expand All @@ -15,7 +15,7 @@ RM := rm -fr
ASFLAGS := -g -ggdb -Wall -O3
CFLAGS := -g -ggdb -Wall -O3
CXXFLAGS := -g -ggdb -Wall -O3
LDFLAGS :=
LDFLAGS := -Wl,-z,relro -Wl,-z,now -Wl,-z,shstk
ARFLAGS := -rcs
MCFLAGS :=

Expand Down

0 comments on commit a02562b

Please sign in to comment.