]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Disable the STRIP command for now.
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 22 Sep 2015 13:38:05 +0000 (09:38 -0400)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 22 Sep 2015 13:38:05 +0000 (09:38 -0400)
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

index 73d29b68682eb7ed202400dc457264bc7c2a2abd..1086e869ea497de98d9caeedc65fea34e7878d13 100644 (file)
--- 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