513d2cae3e
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.
11 lines
188 B
INI
11 lines
188 B
INI
[binaries]
|
|
c = [ 'clang', '-arch', 'arm64' ]
|
|
cpp = [ 'clang++', '-arch', 'arm64' ]
|
|
strip = 'strip'
|
|
|
|
[host_machine]
|
|
system = 'darwin'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'armv8'
|
|
endian = 'little'
|