Passing CCFLAGS='-march=native'
to SCons causes linking error with Embree
#49225
Labels
CCFLAGS='-march=native'
to SCons causes linking error with Embree
#49225
Godot version:
master
Git afe1d16OS/device including version: Fedora 33, Intel Core i7-6700K, GCC 10.3.1
Issue description:
Building with SCons ends with a linking error, but only when passing
CCFLAGS='-march=native'
on the SCons command line. The build works successfully when thisCCFLAGS
isn't present.Steps to reproduce:
When building Godot on a CPU that supports AVX2, pass
CCFLAGS='-march=native'
.Minimal reproduction project: N/A
The text was updated successfully, but these errors were encountered: