We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8437647 commit dd20145Copy full SHA for dd20145
lienol/openssl1.1/Makefile
@@ -92,7 +92,7 @@ OPENSSL_OPTIONS += no-whirlpool
92
93
OPENSSL_OPTIONS += no-deprecated
94
95
-TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS)) -O3
+TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS)) -O0 -g3
96
97
98
@@ -120,7 +120,8 @@ define Build/Configure
120
121
endef
122
123
-TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
+#$(FPIC)
124
+TARGET_CFLAGS += -ffunction-sections -fdata-sections
125
TARGET_LDFLAGS += -Wl,--gc-sections
126
127
define Build/Compile
0 commit comments