mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
common: add assert framework dedign doc
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
5b0e750c01
commit
ba82ab5e9b
2 changed files with 153 additions and 3 deletions
|
|
@ -75,15 +75,12 @@ foreach(TARGET ${POUND_PROJECT_TARGETS})
|
|||
)
|
||||
|
||||
# Set Compile time log level for all targets.
|
||||
<<<<<<< HEAD
|
||||
# 1: Trace
|
||||
# 2: Debug
|
||||
# 3: Info
|
||||
# 4: Warning
|
||||
# 5: Error
|
||||
# 6: Fatal
|
||||
=======
|
||||
>>>>>>> 84fdedb (common: Implement logging framework)
|
||||
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=1)
|
||||
endforeach()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue