A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
Előző változat mindkét oldalon Előző változat | |||
tanszek:oktatas:iss_t:evolution_of_software_integration_methods [2024/02/11 15:57] knehez |
tanszek:oktatas:iss_t:evolution_of_software_integration_methods [2024/02/19 08:16] (aktuális) knehez [Native development method] |
||
---|---|---|---|
Sor 35: | Sor 35: | ||
* the standard handling of used dependencies (components developed by others) is not uniform, but after 2020, we can use [[https://conan.io/]] or [[https://vcpkg.io/en/]] or the modern [[https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html]]. | * the standard handling of used dependencies (components developed by others) is not uniform, but after 2020, we can use [[https://conan.io/]] or [[https://vcpkg.io/en/]] or the modern [[https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html]]. | ||
- | * RELEASE/DEBUG mode compilation method slows down development | + | * RELEASE/DEBUG mode compilation method slows down development (see: https://godbolt.org) |
* it is possible that the operation of the program is different (erroneous, slower) with another compiler | * it is possible that the operation of the program is different (erroneous, slower) with another compiler | ||