Check-in [1b562faeed]
Overview
Comment:AppFS 1.10
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 1.10
Files: files | file ages | folders
SHA1: 1b562faeed23e8d5e1265d13c74092092453b932
User & Date: rkeene on 2017-12-15 05:32:47
Other Links: manifest | tags
Context
2019-12-13
00:03
Support loading an existing key when generating a CA Cert check-in: ac33419083 user: rkeene tags: trunk
2017-12-15
05:32
AppFS 1.10 check-in: 1b562faeed user: rkeene tags: trunk, 1.10
05:32
Some docker updates check-in: 9d8f6caf41 user: rkeene tags: trunk
Changes

Modified Makefile from [93d27dc1a8] to [475621f644].

1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







APPFS_VERSION  = 1.9
APPFS_VERSION  = 1.10
CC             = gcc
PKG_CONFIG     = pkg-config
FUSE_CFLAGS    = $(shell $(PKG_CONFIG) --cflags fuse)
CFLAGS_DEBUG   = -Wall -g3 -ggdb3 -DDEBUG=1 -UNDEBUG -O0 -DAPPFS_EXIT_PATH=1
CFLAGS_RELEASE = -Wall -UDEBUG -DNDEBUG=1 -O3
ifneq ($(APPFS_DEBUG_BUILD),1)
CFLAGS         += $(FUSE_CFLAGS) $(TCL_CFLAGS) $(CFLAGS_RELEASE)