Skip to content

Commit

Permalink
Option to Enable Debug Mode
Browse files Browse the repository at this point in the history
Allows verbosity of internal messages, and disables Arduino serial communication.
  • Loading branch information
TekuConcept committed Mar 22, 2017
1 parent 3a22c67 commit 1118b5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BoneCentral/Peripherals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project(Peripherals)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11 -Wall -Werror -Wextra -pedantic -pthread")

#add_definitions(-DDEBUG)

link_directories(../../Libraries/Drivers/Build)
link_directories(../../Libraries/Sockets/Build)
include_directories(../../Libraries/Json)
Expand Down

0 comments on commit 1118b5f

Please sign in to comment.