[AIX] Disable -gsplit-dwarf as it is unsupported at the moment on AIX (#158199)
**-gsplit-dwarf** flag causes an internal compiler error on AIX.
This PR aims to disable the -gsplit-dwarf flag on the AIX platform, as
it is unsupported at the moment.
Co-authored-by: Aditya Chaudhary <aditya.chaudhary1@ibm.com>