Hi all,
I've just compiled the hello_triangle example and it worked great. However, I was a little confused by all the stuff that appeared when I ran make.
Having looked a bit closer I've realised they're compilation flags setting various compiler options. I've had a search around and, although I can find some of them on the internet, some I can't find anywhere, e.g. the STANDALONE flag and the rather difficult to search for LINUX flag.
I tried commenting out the flags and the code still compiled and ran fine. Does anyone know a good resource where these flags would be documented? Does anyone know if they're actually needed for any of the sample code? Does everyone just use that as the base makefile or have they created their own without the flags?
Thanks for any help/insight
Gareth