uplexa icon indicating copy to clipboard operation
uplexa copied to clipboard

Compilation Fails on Certain ARM Devices using GCC

Open polarisfm opened this issue 4 years ago • 0 comments

Compilation fails on certain ARM devices using GCC. This is due to an issue with rapidjson.

The fix is fairly easy, and is detailed at https://github.com/Tencent/rapidjson/issues/517#issuecomment-174786521. You just need to change the default CMake flags to have it ignore the warnings.

Relevant log here

polarisfm avatar Jan 18 '21 22:01 polarisfm