Also restructure meson.build and the ghactions workflow a bit, and enable -ffunction-sections and -fdata-sections. Note that starcatcher uploads have not been tested and most likely don't work.
16 lines
256 B
Meson
16 lines
256 B
Meson
client_files += files(
|
|
'APIRequest.cpp',
|
|
'AvatarRequest.cpp',
|
|
'GetUserInfoRequest.cpp',
|
|
'ImageRequest.cpp',
|
|
'Request.cpp',
|
|
'SaveUserInfoRequest.cpp',
|
|
'ThumbnailRequest.cpp',
|
|
)
|
|
|
|
if enable_http
|
|
client_files += files(
|
|
'RequestManager.cpp',
|
|
)
|
|
endif
|