yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.65k stars 611 forks source link

Add compile flags `-std=c++11` #52

Open gao-duan opened 5 years ago

gao-duan commented 5 years ago

The compiler flag -std=c++11 should be used to support https://github.com/YadiraF/face3d/blob/2fc26906d159a11398cd3e7a9b3f16b6f8937da3/face3d/mesh/cython/mesh_core.cpp#L349.

gao-duan commented 5 years ago

[Update] all changes: