Skip to content

Commit

Permalink
Fixed coverity builds (autotools C99 flag was not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrogier authored Feb 25, 2019
1 parent a6a9df2 commit acd42f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ addons:
name: "vrogier/ocilib"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "touch configure.ac aclocal.m4 configure Makefile.am Makefile.in config.h.in; ./configure --with-oracle-import=runtime"
build_command_prepend: "touch configure.ac aclocal.m4 configure Makefile.am Makefile.in config.h.in; ./configure --with-oracle-import=runtime CFLAGS='-g -O2 -std=gnu99'"
build_command: "make"
branch_pattern: master

0 comments on commit acd42f5

Please sign in to comment.