diff --git a/Makefile b/Makefile index 2c7273d..0d1ce15 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -ARCH := x86_64 +ARCH := $(uname -m) -CFLAGS = -ggdb -O2 -Wall +CFLAGS = -ggdb3 -O2 -Wall LIBUCONTEXT_C_SRC = \ arch/${ARCH}/makecontext.c