We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b1931 commit fffd290Copy full SHA for fffd290
1 file changed
src/CMakeLists.txt
@@ -19,7 +19,7 @@ add_subdirectory(libs/serial)
19
include_directories("libs/enet-1.3.14/include")
20
add_definitions(-DWITH_SOUND)
21
if (NOT APPLE)
22
- #add_definitions(-DFOR_DEB)
+ add_definitions(-DFOR_DEB)
23
endif (NOT APPLE)
24
25
# optional tools
0 commit comments