Skip to content

Commit

Permalink
[TIMOB-26130] Remove flag that breaks NDK compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews authored and sgtcoolguy committed Jun 18, 2018
1 parent fca0f18 commit 9efc665
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 9efc665

Please sign in to comment.