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
PICO_PANIC_FUNCTION ... I suspect doesn't help as it is different compilation unit (header function prototype) so it needs provide string to call even nop function
PICO_PANIC_FUNCTION ... I suspect doesn't help as it is different compilation unit (header function prototype) so it needs provide string to call even nop function
I don't know what you mean here
Add PICO_PANIC_FUNCTION= to your target_compile_definitions in CMake
Activity
peterharperuk commentedon Jul 23, 2024
7kB?! Really?
kilograham commentedon Jul 23, 2024
Firstly, presumably, this only affects debug builds (release builds are probably already smaller)
Secondly, i think setting
PICO_PANIC_FUNCTION=
(i.e. empty) will do this alreadykorneliuszo commentedon Jul 23, 2024
@peterharperuk
7kB on basic www with picow-http
@kilograham
I have
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
configured
korneliuszo commentedon Jul 23, 2024
PICO_PANIC_FUNCTION ... I suspect doesn't help as it is different compilation unit (header function prototype) so it needs provide string to call even nop function
kilograham commentedon Jul 23, 2024
I don't know what you mean here
Add
PICO_PANIC_FUNCTION=
to your target_compile_definitions in CMakekorneliuszo commentedon Jul 23, 2024
I've made benchmarks