-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinGW and O3 #300
Comments
Hi!, i had the same problem... well a few minutes ago. |
Hi, How do you reproduce this issue? Thanks, |
Hi, |
yes is a bug from MinGW, am not using GLM but i found that is the same 2015-02-09 20:49 GMT-03:00 Lectem notifications@github.com:
|
This is a GCC issues with no apparent workaround on GLM side. Use -D__NO_INLINE__ or edit math.h as a workaround. Closing. Thanks, |
make with mingw not working, more info here: g-truc/glm#300 trying ms visual studio make instead -> nmake
I'm having problems compiling a project under MinGW 32 (gcc 4.8.1).
If compiling with option -O3 or -O2, I get this error :
No problem when I use only #include with -O3
The text was updated successfully, but these errors were encountered: