• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tss / 1148
36%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2018 10:55PM UTC
Jobs 1
Files 755
Run time 36s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1148

push

travis-ci

Tadeusz Struk
build: disable default -O2 flag

To build binaries with debug info the configure script takes
--enable-debug=yes flag (default no). This produces makefiles
with EXTRA_CFLAGS = -Og flag. The problem is that autotools
still produces CFLAGS = -g -O2 by default, which affects
the debug info. To swith off the default optimization flags
we need to set CFLAGS="" before AC_PROG_CC macro, and then
add optimizations to EXTRA_CFLAGS if debug is not enabled.

See:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/C-Compiler.html
section: AC_PROG_CC

Fixes: #589

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>

23461 of 29711 relevant lines covered (78.96%)

79.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1148.1 06 Apr 2018 10:55PM UTC 0
78.96
Travis Job 1148.1
Source Files on build 1148
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1148
  • 3980bad8 on github
  • Prev Build on master (#1135)
  • Next Build on master (#1149)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc