Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
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
libowlps Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
libowlps-client Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
owlps-aggregator Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
owlps-client Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
owlps-listener Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00
owlps-positioning [Positioning] Doxyfile: change project's name 2011-07-25 12:46:19 +02:00
.gitignore [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
Makefile Makefiles: get rid of echo -e 2011-06-27 10:09:14 +02:00
TODO Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00