Skip to content

Commit

Permalink
enforce 64bit everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Aug 21, 2012
1 parent 1840920 commit 28346ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
CFLAGS+=-g -O2 -Wall -Wno-strict-aliasing CFLAGS+=-g -O2 -Wall -Wno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LIBS+=-lzmq -lssl -lcrypto -lev -lz -luuid LIBS+=-lzmq -lssl -lcrypto -lev -lz -luuid


OBJ=src/main.o OBJ=src/main.o
Expand Down

0 comments on commit 28346ab

Please sign in to comment.