Skip to content

Commit dd20145

Browse files
lllrrrLienol
authored andcommitted
fixed compile trojan problems on arm64
1 parent 8437647 commit dd20145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lienol/openssl1.1/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ OPENSSL_OPTIONS += no-whirlpool
9292

9393
OPENSSL_OPTIONS += no-deprecated
9494

95-
TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS)) -O3
95+
TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS)) -O0 -g3
9696

9797

9898

@@ -120,7 +120,8 @@ define Build/Configure
120120

121121
endef
122122

123-
TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
123+
#$(FPIC)
124+
TARGET_CFLAGS += -ffunction-sections -fdata-sections
124125
TARGET_LDFLAGS += -Wl,--gc-sections
125126

126127
define Build/Compile

0 commit comments

Comments
 (0)