summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua MacDonald <jmacd@users.noreply.github.com>2017-05-16 23:20:09 -0700
committerGitHub <noreply@github.com>2017-05-16 23:20:09 -0700
commitc20522d0b11f3dfde868e99e0930e01e9a2799c1 (patch)
treeaa6c4fb04283311cc1f147a4c589dae833647026
parenta089d04bf19d21a8ac5e03a9066e5a2e36e0b87a (diff)
parent1b7435eee0783f1734c5a5957018b7c80d31b052 (diff)
Merge pull request #230 from samuelcolvin/release3_1_apl-examples-makefile
fix examples Makefile
-rwxr-xr-xxdelta3/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@
1CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=0 1CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=0 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_LONG_LONG=8
2#CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1 2#CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1
3# -pg 3# -pg
4 4