Skip to content
Snippets Groups Projects
Commit a24b4086 authored by Andy Green's avatar Andy Green
Browse files

mbed3 remove forcing _DEBUG


It saves us ~4KB of lwsl_info / _debug etc strings.

The test app comes in at 114KB then, including 19KB of html, png and ico assets.

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
parent 5b85e39d
Branches
Tags
No related merge requests found
...@@ -244,9 +244,9 @@ if (LWS_WITH_HTTP2) ...@@ -244,9 +244,9 @@ if (LWS_WITH_HTTP2)
set(LWS_USE_HTTP2 1) set(LWS_USE_HTTP2 1)
endif() endif()
if (LWS_MBED3) #if (LWS_MBED3)
set(CMAKE_C_FLAGS "-D_DEBUG ${CMAKE_C_FLAGS}") # set(CMAKE_C_FLAGS "-D_DEBUG ${CMAKE_C_FLAGS}")
endif() #endif()
if (MINGW) if (MINGW)
set(LWS_MINGW_SUPPORT 1) set(LWS_MINGW_SUPPORT 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment