Fix: build: Get only -I/-D/-U from GLIB_CFLAGS for cppcheck target
Currently we get them all, including -pthread, which causes cppcheck to fail on an invalid argument.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>