From: Rudolf Polzer Date: Tue, 22 Sep 2015 13:38:05 +0000 (-0400) Subject: Disable the STRIP command for now. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=499f44c9bb2c91a2bc399720dbf714b21e370092;p=xonotic%2Fdarkplaces.git 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 --- 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