mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
android: support host and target 32bit build
This commit is contained in:
@ -10,6 +10,8 @@ cc_library_shared {
|
||||
"-fPIC",
|
||||
"-fpermissive",
|
||||
"-std=c++11",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-unused-variable",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
@ -77,6 +79,8 @@ cc_library_shared {
|
||||
"-O0",
|
||||
"-funroll-loops",
|
||||
"-fPIC",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-unused-function",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
@ -99,6 +103,8 @@ cc_library_shared {
|
||||
"-O0",
|
||||
"-funroll-loops",
|
||||
"-fPIC",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-pointer-sign",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
|
@ -8,6 +8,7 @@ cc_library_shared {
|
||||
"-O0",
|
||||
"-fPIC",
|
||||
"-Wall",
|
||||
"-Wno-unused-parameter",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
@ -29,4 +30,9 @@ cc_binary {
|
||||
srcs: [
|
||||
"vuln.c",
|
||||
],
|
||||
|
||||
cflags: [
|
||||
"-Wno-unused-result",
|
||||
"-Wno-unused-parameter",
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user