xref: /llvm-project/lldb/test/API/functionalities/unwind/aarch64_unwind_pac/Makefile (revision e8f998c0c5edda3d6bad9b70e60975296df3d9fb)
1C_SOURCES := main.c
2
3CFLAGS := -g -Os -march=armv8.3-a -mbranch-protection=pac-ret+leaf
4
5include Makefile.rules
6