When compiling with BUILD_ETA_JWT and BUILD_ETA_CPU_BIND disabled, the additional compiler flags have trailing spaces, which are rejected by some compilers.
This change removes the trailing spaces. Separation between arguments is maintained by the space between ${RTSDK_EXTRA_FLAGS} and ${_jwtBuildFlags}.
When compiling with BUILD_ETA_JWT and BUILD_ETA_CPU_BIND disabled, the additional compiler flags have trailing spaces, which are rejected by some compilers.
This change removes the trailing spaces. Separation between arguments is maintained by the space between ${RTSDK_EXTRA_FLAGS} and ${_jwtBuildFlags}.