danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

Enable compilation for ICC #54

Open Azrael3000 opened 5 years ago

Azrael3000 commented 5 years ago

https://github.com/danfis/libccd/blob/64f02f741ac94fccd0fb660a5bffcbe6d01d9939/src/Makefile.include#L67

should be -std=gnu99 so that libccd also compiles with icc. This should not be an issue fur g++ so if this could be fixed, it would be nice.

Cheers, Arno