Refinitiv / Real-Time-SDK

Other
191 stars 129 forks source link

Remove trailing spaces from compiler options #294

Open danieldulaney opened 1 day ago

danieldulaney commented 1 day ago

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}.