File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RANLIB=ranlib
5
5
USESSL =mbed
6
6
7
7
# 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
9
9
# CFLAGS=-O2 -g -pg
10
10
# CFLAGS=-Wall -Wpointer-arith -O2 -g -mtune=core2 -I../../psync32/zlib -I../../psync32/sqlite -m32 -D_FILE_OFFSET_BITS=64
11
11
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments