configure.ac: Add --enable-warnings.

Enables warning() messages without the overhead of all debug output.
This commit is contained in:
Simon Ruderich
2013-06-10 16:18:35 +02:00
parent afca2864dc
commit 357a499884
5 changed files with 15 additions and 4 deletions

View File

@@ -39,6 +39,8 @@
#ifdef DEBUG
# define DEBUG_FILE "colored_stderr_debug_log.txt"
#endif
#ifdef WARNING
/* Created in the user's home directory, appends to existing file. */
# define WARNING_FILE "colored_stderr_warning_log.txt"
#endif