From 6394dc8662de8f03b605c334120a28966cd68f84 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Sat, 30 Oct 2021 15:16:32 +0200 Subject: [PATCH] Update BUILD_LINUX.md --- BUILD_LINUX.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index 8b058a1efb..04d8e8b63b 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -172,8 +172,8 @@ directory that vcpkg builds into with the `HIFI_VCPKG_BASE` environment variable For example, you might set `HIFI_VCPKG_BASE` to `/home/$USER/vcpkg`. By default, vcpkg will build in the system `/tmp` directory. -If build is intended for packaging or creation of AppImage, VIRCADIA_CPU_ARCHITECTURE +If build is intended for packaging or creation of AppImage, `VIRCADIA_CPU_ARCHITECTURE` CMake variable needs to be set to architecture specific value. -It defaults to "-march=native -mtune=native", which yields builds optimized for particular +It defaults to `-march=native -mtune=native`, which yields builds optimized for particular machine, but builds will not work on machines lacking same CPU instructions. -For packaging and AppImage it is recommended to set it to different value, for example "-msse3". +For packaging and AppImage it is recommended to set it to different value, for example `-msse3`.