Remove optimized builds from README

This commit is contained in:
Daniel Gurney
2021-03-19 20:39:20 +02:00
committed by GitHub
parent 7a18796949
commit 0c98ad9146

View File

@@ -34,18 +34,15 @@ Automatic builds
For your convenience, we compile a number of 86Box builds per revision on our For your convenience, we compile a number of 86Box builds per revision on our
Jenkins instance. Jenkins instance.
| Regular | Debug | Optimized | Experimental | | Regular | Debug | Experimental |
|:-------:|:-----:|:---------:|:------------:| |:-------:|:-----:|:------------:|
|[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box)|[![Build Status](http://ci.86box.net/job/86Box-Debug/badge/icon)](http://ci.86box.net/job/86Box-Debug)|[![Build Status](http://ci.86box.net/job/86Box-Optimized/badge/icon)](http://ci.86box.net/job/86Box-Optimized)|[![Build Status](http://ci.86box.net/job/86Box-Dev/badge/icon)](http://ci.86box.net/job/86Box-Dev) |[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box)|[![Build Status](http://ci.86box.net/job/86Box-Debug/badge/icon)](http://ci.86box.net/job/86Box-Debug)|[![Build Status](http://ci.86box.net/job/86Box-Dev/badge/icon)](http://ci.86box.net/job/86Box-Dev)
### Legend ### Legend
* **Regular** builds are compiled using the settings in the building guide * **Regular** builds are compiled using the settings in the building guide
above. Use these if you don't know which build to use. above. Use these if you don't know which build to use.
* **Debug** builds are same as regular builds but include debug symbols. * **Debug** builds are same as regular builds but include debug symbols.
If you don't need them, you don't need to use this build. If you don't need them, you don't need to use this build.
* **Optimized** builds have the same feature set as regular builds, but are
optimized for every modern Intel and AMD processor architecture, which might
improve the emulator's performance in certain scenarios.
* **Experimental (Dev)** builds are similar to regular builds but are compiled * **Experimental (Dev)** builds are similar to regular builds but are compiled
with certain unfinished features enabled. These builds are not optimized for maximum performance. with certain unfinished features enabled. These builds are not optimized for maximum performance.