Former-commit-id: 77e5fdf3e5
pull/1161/head
Piero Toffanin 2016-11-30 08:33:05 -05:00 zatwierdzone przez GitHub
rodzic a93e20a58f
commit 6167c3b98b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
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.
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 Intel based CPUs.
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.