Skip to content

Commit

Permalink
[TIMOB-26130] Android: Remove flag that breaks NDK compatibility (#10275
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Aug 22, 2018
1 parent 1e8bda8 commit 8e6c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/runtime/v8/src/native/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif
LDLIBS := -L$(SYSROOT)/usr/lib -ldl -llog -L$(TARGET_OUT)

# optimize output size
CFLAGS += -Os -flto -ffunction-sections -fdata-sections
CFLAGS += -Os -ffunction-sections -fdata-sections
LDLIBS += -Wl,--gc-sections,--strip-all

# exclude v8 libraries
Expand Down

0 comments on commit 8e6c6e2

Please sign in to comment.