Overview
Comment: | When compiling the benchmarks, optimize |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7225016a7ec6c36a8b53c7d25fd2040f |
User & Date: | rkeene on 2019-09-17 23:43:52 |
Other Links: | manifest | tags |
Context
2019-09-18
| ||
00:13 | Generate readable events even after EOF, since it will not block check-in: bdabc41e51 user: rkeene tags: trunk | |
2019-09-17
| ||
23:43 | When compiling the benchmarks, optimize check-in: 7225016a7e user: rkeene tags: trunk | |
23:41 | Added benchmark code check-in: b0e3b6588f user: rkeene tags: trunk | |
Changes
Modified Makefile from [eeaa998272] to [54a76794b5].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | TCL_CONFIG_SH := /usr/lib64/tclConfig.sh CPPFLAGS := -I. -DUSE_TCL_STUBS=1 -DXVFS_DEBUG $(shell . "${TCL_CONFIG_SH}" && echo "$${TCL_INCLUDE_SPEC}") $(XVFS_ADD_CPPFLAGS) |
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + + | # like lib/minirivet, xvfs-core.c, etc) version of "xvfs-create" xvfs-create-standalone: $(shell find lib -type f) xvfs-create xvfs-core.c xvfs-core.h xvfs.c.rvt Makefile rm -f xvfs-create-standalone.new xvfs-create-standalone ./xvfs-create --dump-tcl --remove-debug > xvfs-create-standalone.new chmod +x xvfs-create-standalone.new mv xvfs-create-standalone.new xvfs-create-standalone |
︙ |