Fuse: add -fno-strict-aliasing to fuse for Vanir.
Change-Id: I9619c421341efa3085e80021f7e8e259a0f1f263
This commit is contained in:
committed by
Ethan Yonker
parent
bb687f4b13
commit
1c39bc65b9
+2
-1
@@ -40,7 +40,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_CFLAGS := \
|
||||
-D_FILE_OFFSET_BITS=64 \
|
||||
-DFUSE_USE_VERSION=26
|
||||
-DFUSE_USE_VERSION=26 \
|
||||
-fno-strict-aliasing
|
||||
|
||||
LOCAL_MODULE := libfusetwrp
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
Reference in New Issue
Block a user