Fixes linux and mac builds to -Og, and strips binaries (#261)

Also fixes errors from new optimization level.
This commit is contained in:
Thad House
2017-12-29 20:17:47 -08:00
committed by Peter Johnson
parent aa2de65bad
commit 2287281066
4 changed files with 11 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ void DsClient::Thread::Main() {
DEBUG3("found robotIP=" << json.slice(pos + 1, endpos));
// Parse into number
unsigned int ip;
unsigned int ip = 0;
if (json.slice(pos + 1, endpos).getAsInteger(10, ip)) continue; // error
// If zero, clear the server override