From 1b7435eee0783f1734c5a5957018b7c80d31b052 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sat, 13 May 2017 15:03:08 +0100 Subject: fix examples Makefile This is tested on Ubuntu 16.04 64bit, presumably it might have to be changed for OSs/setups --- xdelta3/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdelta3/examples/Makefile b/xdelta3/examples/Makefile index 92b1472..2d3563f 100755 --- a/xdelta3/examples/Makefile +++ b/xdelta3/examples/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=0 +CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=0 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 #CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1 # -pg -- cgit v1.2.3