disable -no-thumb, doesn't work with latest NDK?
parent
c959d42a29
commit
89e5a2b892
|
@ -5,6 +5,6 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := exploit
|
||||
LOCAL_SRC_FILES := exploit.c
|
||||
LOCAL_CFLAGS := -fno-stack-protector -mno-thumb -O0
|
||||
LOCAL_CFLAGS := -fno-stack-protector -O0
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue