diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-17 16:07:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-02-20 11:16:51 -0800 |
commit | ffaf73407bcdf6bc4120c90212de4a2f52cf7991 (patch) | |
tree | e597c9c4f2e77625b33f2d711617e8dcb933d783 /src/lisp | |
parent | 51bdee662fdfad1937c576daadd2e5eacac17905 (diff) |
altos/lisp: Compile ao_lisp_make_const -no-pie
Makes debugging easier
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp')
-rw-r--r-- | src/lisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |