From 499f44c9bb2c91a2bc399720dbf714b21e370092 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 22 Sep 2015 09:38:05 -0400 Subject: [PATCH] Disable the STRIP command for now. To get the PNaCl binary, run: make DP_MAKE_TARGET=pnacl CC=~/nacl_sdk/pepper_44/toolchain/linux_pnacl/bin/pnacl-clang++ SDL_CONFIG=~/src/SDL/build/nacl/sdl2-config sdl-release --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 73d29b68..1086e869 100644 --- a/makefile +++ b/makefile @@ -152,6 +152,9 @@ ifeq ($(DP_MAKE_TARGET), pnacl) CFLAGS_EXTRA=-I$(HOME)/nacl_sdk/pepper_44/include/pnacl -DNOSUPPORTIPV6 CFLAGS_SSE= CFLAGS_SSE2= + + # TODO use pnacl-finalize and pnacl-compress + STRIP=: endif # Mac OS X configuration -- 2.39.2