~ken-vandine/libiphb/initial_package

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Simo Piiroinen
  • Date: 2015-06-01 14:52:29 UTC
  • mfrom: (44.1.4)
  • Revision ID: git-v1:5838b942651b7a778fa9b7cc9ed81357ce0f5f12
Merge pull request #12 from spiiroin/mer1005_enable_extra_warnings

Enable extra compilation warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# FIXME: DSME_LOG_ENABLE should be proper&working configure option
24
24
#AC_DEFINE([DSME_LOG_ENABLE], [1])
25
25
 
26
 
AC_SUBST(C_GENFLAGS, ["-pthread -g -std=c99 -Wall -Wwrite-strings -Wmissing-prototypes -Werror"])
 
26
AC_SUBST(C_GENFLAGS, ["-pthread -g -std=c99 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Werror"])
27
27
AC_SUBST(C_OPTFLAGS, ["-O2 -s"])
28
28
AC_SUBST(C_DBGFLAGS, ["-g -DDEBUG -DDSME_LOG_ENABLE"])
29
29