Hi
I'm successfully using YouCompleteMe with SDL2 library for C, however in VIM I see this error next to #include <SDL2/SDL.h>:
In included file: 'arm_neon.h' file not found /opt/homebrew/include/SDL2/SDL_cpuinfo.h:81
My .ycm .ycm_extra_conf.py has the following flags:
'flags': ['-std=c99', '-Wall', '-I/opt/homebrew/include', '-I/opt/homebrew/include/SDL2']
Any ideas? I'm using M1 2020 Mac Mini with Sonoma 14.5.
Thanks in advance.