You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Now -DFUNC_TIME_MEASUREMENT is set only for compiling lm_fpga.elf in Makefile.
But I think it's better for us to set the flag to all ELF files in generating them.
Actually time measurement results are very useful in development.
Most developer wants the information in debug.
We get little longer logs from those ELF files if the flag is enabled, but it's no problem because those ELF files are only for debug.
Now
-DFUNC_TIME_MEASUREMENT
is set only for compilinglm_fpga.elf
inMakefile
.But I think it's better for us to set the flag to all ELF files in generating them.
Actually time measurement results are very useful in development.
Most developer wants the information in debug.
We get little longer logs from those ELF files if the flag is enabled, but it's no problem because those ELF files are only for debug.
blueoil/blueoil/converter/templates/Makefile
Lines 118 to 136 in 65e6063
What do you think about this ?
The text was updated successfully, but these errors were encountered: