Closed peterfeifanchen closed 11 years ago
Depending on which suits your situations best, choose one of the following methods:
1) run buildrump.sh with -D (this will also compile the rump kernel with -g -O0) 2) edit DBG in mk.conf (mk.conf is found in the same directory as rumpmake) 3) when compiling libdpdkif, use: rumpmake DBG='-O0 -g'
I was wondering how I can pass these parameters to rumpmake when I compile rumpdpdk? Thanks.
Peter