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