kopia lustrzana https://github.com/OpenDroneMap/ODM
4 wiersze
427 B
Plaintext
4 wiersze
427 B
Plaintext
|
The g++ and gcc scripts in this directory are used to replace the real g++ and gcc programs so that compilation across all projects (including dependencies) uses the -march=core2 flag, which allows us to build a docker image compatible with most CPU architectures.
|
||
|
|
||
|
Without the -march=core2 flag, a docker image will contain binaries that are optimized for the machine that built the image, and will not run on older machines.
|