Proper parsing of the CLI, adding filter according to it; catch some CLI error (unknown filter, no output file given, ...)
This commit is contained in:
parent
86ba74fe35
commit
7ef166e2bd
7 changed files with 78 additions and 21 deletions
|
|
@ -15,6 +15,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
AC_PROG_CXX
|
||||
AC_PROG_RANLIB
|
||||
CXXFLAGS="$CXXFLAGS_save -std=c++11 -g -O0"
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug compile with debugging support],
|
||||
|
|
|
|||
Reference in a new issue