owlps/owlps-client
Matteo Cypriani 051ce9147c Use -D DEBUG / NDEBUG in Makefiles
Instead of #define DEBUG, we now prefer to use either verbose levels
or, when needed, NDEBUG. Each Makefile was modified to be able to pass
-D NDEBUG to the compiler (but the corresponding lines are commented),
except in the modules where assert is never used, in which case the
Makefile passes -D DEBUG.

Long story short: to totally disable debugging code, comment-out the
"-D DEBUG" lines and uncomment the "-D NDEBUG" lines, in every Makefile.
2011-07-25 12:46:20 +02:00
..
Makefile Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
Makefile_atheros Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
Makefile_atheros_openwrt-10.03 Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
owlps-client.c Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00