From 483f823ea4438024d83a08592bc0c646a3fdf99c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 10 Sep 2013 01:02:09 +0200 Subject: Low-overhead profiler, part 7: console ports. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e7f48fdd..cdca7211 100644 --- a/src/Makefile +++ b/src/Makefile @@ -237,6 +237,7 @@ ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH))) TARGET_SYS= PS3 TARGET_ARCH+= -D__CELLOS_LV2__ TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC + TARGET_XLIBS+= -lpthread endif ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH))) TARGET_ARCH+= -DLUAJIT_NO_UNWIND -- cgit v1.2.3-55-g6feb