Compile json code with profiler when profiling is enabled
This commit is contained in:
@@ -62,6 +62,7 @@ PROCSRC="./$JSON_BUILD_DIR/*.o \
|
|||||||
PROCOUT=prochavr
|
PROCOUT=prochavr
|
||||||
|
|
||||||
if [[ $ENABLE_PROFILING == true ]]; then
|
if [[ $ENABLE_PROFILING == true ]]; then
|
||||||
|
JSONFLAGS+="-DENABLE_PROFILING"
|
||||||
PROCSRC+="./$PROF_BUILD_DIR/*.o"
|
PROCSRC+="./$PROF_BUILD_DIR/*.o"
|
||||||
PROCFLAGS="-DENABLE_PROFILING"
|
PROCFLAGS="-DENABLE_PROFILING"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user