systems-nuts / unifico

Compiler and build harness for heterogeneous-ISA binaries with the same stack layout.
4 stars 1 forks source link

[layout] Add separate optimization level flag OPT_LEVEL #258

Closed blackgeorge-boom closed 1 year ago

blackgeorge-boom commented 1 year ago

We want to be able to run checks both for -O0 and for -O1, so it is helpful to add a separate Makefile variable to configure this from the command line or other calling tools.

Invoke with: make stackmaps-check OPT_LEVEL=-O1 The default is -O0.