Skip to content

Commit

Permalink
Merge pull request #139 from dspverden/master
Browse files Browse the repository at this point in the history
IDE DEBUG symbol
  • Loading branch information
The-EDev authored Jun 2, 2021
2 parents 44748e6 + 5aa45f1 commit 4579d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/crow/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ namespace crow
enum class LogLevel
{
#ifndef ERROR
#ifndef DEBUG
DEBUG = 0,
INFO,
WARNING,
ERROR,
CRITICAL,
#endif
#endif

Debug = 0,
Expand Down
2 changes: 1 addition & 1 deletion scripts/merge_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def dfs(x):
build.append(re_depends.sub(lambda x: '\n', d))
build.append('\n')

open(output_path, 'w').write('\n'.join(build))
open(output_path, 'w').write('\n'.join(build))

0 comments on commit 4579d7b

Please sign in to comment.