From df0128993f72c84d3160a8a7498f23c9a87fe8cc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 17 Nov 2016 16:07:42 -0800 Subject: [PATCH] altos/lisp: Compile ao_lisp_make_const -no-pie Makes debugging easier Signed-off-by: Keith Packard --- src/lisp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp/Makefile b/src/lisp/Makefile index b06e10dd..15297999 100644 --- a/src/lisp/Makefile +++ b/src/lisp/Makefile @@ -25,7 +25,7 @@ SRCS=\ OBJS=$(SRCS:.c=.o) -CFLAGS=-DAO_LISP_MAKE_CONST -O0 -g -I. -Wall -Wextra +CFLAGS=-DAO_LISP_MAKE_CONST -O0 -g -I. -Wall -Wextra -no-pie HDRS=\ ao_lisp.h \ -- 2.30.2