/trymeson

Trying out the meson build system

Primary LanguageC

Trying out the meson build system

Building

export BUILDDIR=<where_to_build>
meson $BUILDDIR --buildtype=release
ninja -C $BUILDDIR

or, in VSCode, try "Tasks: Run build task"

Looking at generated code

objdump --source a.out