Skip to content

Commit bc99aaa

Browse files
author
Ivan Stoev
committed
Rosberry build fix
1 parent d6764a1 commit bc99aaa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pCloudCC/lib/pclsync/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RANLIB=ranlib
55
USESSL=mbed
66

77
#CFLAGS=-Wall -Wpointer-arith -O2 -g -fsanitize=address -mtune=core2
8-
CFLAGS=-Wall -Wpointer-arith -O2 -g -fno-stack-protector -fomit-frame-pointer -mtune=core2 -fPIC
8+
CFLAGS=-Wall -Wpointer-arith -O2 -g -fno-stack-protector -fomit-frame-pointer -fPIC
99
#CFLAGS=-O2 -g -pg
1010
#CFLAGS=-Wall -Wpointer-arith -O2 -g -mtune=core2 -I../../psync32/zlib -I../../psync32/sqlite -m32 -D_FILE_OFFSET_BITS=64
1111

pCloudCC/lib/pclsync/gitcommit.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef _GITCOMMIT_H
2+
#define _GITCOMMIT_H
3+
4+
#define GIT_PREV_COMMIT_ID "94bcb6bc2320e3a73c2e3fccbda649bd79421db7"
5+
#define GIT_PREV_COMMIT_DATE "2016-12-21 18:57:17 +0200"
6+
#define GIT_COMMIT_DATE "2016-12-22 01:29:14 +0200"
7+
8+
#endif

0 commit comments

Comments
 (0)