vircadia / vircadia-builder

Builds Vircadia's native Interface and Domain server ("Project Athena") on Linux.
GNU General Public License v3.0
19 stars 35 forks source link

Vircadia Builder variables - default optimization level #80

Open Steve-Pruneau opened 2 years ago

Steve-Pruneau commented 2 years ago

Regarding Vircadia Builder variables, OPTIMIZATION LEVEL, the recommended setting is compatible but Vircadia Builder defaults to native. Please change the default to be the recommended value: compatible

Thank you.

~ ~ ~

[PROMPT 1] Git repository : https://github.com/vircadia/vircadia

[PROMPT 2] Git tag : v2022.1.0-rc

[PROMPT 3] Release type : DEV

[PROMPT 4] Release number : test-build.v2022.1.0-rc

[PROMPT 5] Build number : test.3

[PROMPT 6] Installation dir : /home/ubuntu/Vircadia

[PROMPT 7] CPU cores to use for Vircadia: 16

[PROMPT 8] CPU cores to use for Qt5 : 16

[PROMPT 9] Optimization level (compatible, native, noneor help): compatible (defaults to native)

JulianGro commented 2 years ago

Just for info, it correctly defaults to compatible when building with --make-appimage. It makes sense for it to default to native if it doesn't know any better. Maybe we should have a --make-server-deb option or something?