1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Merge pull request #358 from Ysurac/develop

Remove mno-outlin-atomics for Rust
This commit is contained in:
suyuan 2023-10-01 08:16:07 -05:00 committed by GitHub
commit 6d7cb00b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,6 @@ ifeq ($(ARCH),arm)
endif
endif
ifeq ($(ARCH),aarch64)
RUST_CFLAGS:=-mno-outline-atomics
endif
#ifeq ($(ARCH),aarch64)
# RUST_CFLAGS:=-mno-outline-atomics
#endif