So I was trying to compile some code (Bullet Physics demos to be specific), and an error came up that said SSE and SSE2 were not enabled. I checked the compiler flags in Code::Blocks, and SSE/SSE2 were not on there. I tried to put the flags in "other options" instead (-msse, -msse2) and that did not work.
Then I saw a post here on stackoverflow that said to try "-march=native", which I did. That did not work either.
I am using G++ (MinGW) to compile, and I am on Windows 7 x64.
If it means anything, the project is using a custom makefile.