Skip to content

Commit b9c42eb

Browse files
committed
revert wip
1 parent 767246e commit b9c42eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jsrc/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
1212
LOCAL_LDFLAGS += -fopenmp -static-openmp
1313
endif
1414
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
15-
LOCAL_CFLAGS := -DPYXES=1 -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-string-plus-int -Wno-empty-body -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -Wno-pass-failed -D_FORTIFY_SOURCE=2 -Werror=fortify-source -fno-strict-aliasing -mfloat-abi=softfp -march=armv7-a -Wno-sign-compare
15+
LOCAL_CFLAGS := -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-string-plus-int -Wno-empty-body -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -Wno-pass-failed -D_FORTIFY_SOURCE=2 -Werror=fortify-source -fno-strict-aliasing -mfloat-abi=softfp -march=armv7-a -Wno-sign-compare
1616
LOCAL_ARM_MODE := arm
1717
LOCAL_ARM_NEON := true
1818
LOCAL_CFLAGS += -fopenmp
@@ -30,7 +30,7 @@ ifeq ($(TARGET_ARCH),x86_64)
3030
LOCAL_LDFLAGS += -fopenmp -static-openmp
3131
endif
3232
ifeq ($(TARGET_ARCH),x86)
33-
LOCAL_CFLAGS := -DPYXES=1 -DSLEEF=1 -DENABLE_SSE2 -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-string-plus-int -Wno-empty-body -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -Wno-pass-failed -D_FORTIFY_SOURCE=2 -Werror=fortify-source -fno-strict-aliasing -march=i686 -mssse3 -mfpmath=sse -fno-stack-protector -Wno-sign-compare -DDORENAME -I../sleef/src/arch -I../sleef/src/common
33+
LOCAL_CFLAGS := -DSLEEF=1 -DENABLE_SSE2 -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-string-plus-int -Wno-empty-body -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -Wno-pass-failed -D_FORTIFY_SOURCE=2 -Werror=fortify-source -fno-strict-aliasing -march=i686 -mssse3 -mfpmath=sse -fno-stack-protector -Wno-sign-compare -DDORENAME -I../sleef/src/arch -I../sleef/src/common
3434
LOCAL_CFLAGS += -fopenmp
3535
LOCAL_LDFLAGS += -fopenmp -static-openmp
3636
endif

0 commit comments

Comments
 (0)