Adding random jitter for interest reexpression
diff --git a/wscript b/wscript
index db7b242..ce56610 100644
--- a/wscript
+++ b/wscript
@@ -7,6 +7,7 @@
opt.add_option('--no-debug',action='store_true',default=False,dest='no_debug',help='''Make an optimized build of the library (remove debugging code)''')
opt.add_option('--log4cxx', action='store_true',default=False,dest='log4cxx',help='''Compile with log4cxx/native NS3 logging support''')
opt.add_option('--ns3', action='store_true',default=False,dest='ns3_enable',help='''Compile as NS-3 module''')
+ opt.add_option('--ns3-debug', action='store_true',default=False,dest='ns3_debug',help='''Link against debug NS3 libraries. Optimized version will be used otherwise''')
opt.load('compiler_c')
opt.load('compiler_cxx')
opt.load('boost')