Hi there,
I’m using a C library that uses C11 features. Would it be possible to make C11 the standard for Projucer projects, so I don’t have to keep using my custom built projucer. I just changed the file
jucer_ProjectExport_XCode.h Line 1938
s.add ("GCC_C_LANGUAGE_STANDARD = c99");
to
s.add ("GCC_C_LANGUAGE_STANDARD = c11");
Or make it even selectable in the Projucer.
Thanks Johannes
