Enable release builds using the --without-logging option to the configure
script. Also a couple log message cleanups, plus some C to C++ comment conversion.
This commit is contained in:
parent
58f981a98b
commit
54b39cdaf3
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
/* Define to eliminate all trace of debugging messages such as for a
|
||||
release build */
|
||||
#undef FG_NDEBUG
|
||||
|
||||
/* Define if you don't have vprintf but do have _doprnt. */
|
||||
#undef HAVE_DOPRNT
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue