summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-29 11:41:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-29 11:41:51 -0400
commit4814bafc93367cd1858f4a89813c3f3cfaf6b847 (patch)
treeb23b3199fc0f4b072fa58d3eac9709964e927270 /devtools
parenta0ce32af15add094f888efb3f1b8ee33d7baa990 (diff)
downloadgpsd-4814bafc93367cd1858f4a89813c3f3cfaf6b847.tar.gz
Squeeze out some more code in the fixed-port-speed case.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/sizes6
1 files changed, 4 insertions, 2 deletions
diff --git a/devtools/sizes b/devtools/sizes
index 7b6407dc..21fbee23 100755
--- a/devtools/sizes
+++ b/devtools/sizes
@@ -63,8 +63,10 @@ sizeit("Minimalist build, stripped to NMEA only with shm interface",
"minimalist",
["--disable-socket-export",
"--disable-control-socket",
- "--disable-ipv6"] +
- nmea_variants+binary_gps+non_gps+time_service+debugging)
+ "--disable-ipv6",
+ "--enable-fixed-port-speed=9600",
+ "--enable-max-devices=1",
+ ] + nmea_variants+binary_gps+non_gps+time_service+debugging)
sizeit("Normal build, configure options defaulted", "normal", [])
os.system("size gpsd-*-build")
os.system("rm gpsd-*-build")