waf: don't mark esp32 as CYGWIN_BUILD

This commit is contained in:
Andrew Tridgell 2024-07-06 19:06:20 +10:00
parent 039367e340
commit 8be0a64155

View File

@ -1021,8 +1021,7 @@ class esp32(Board):
'-fno-inline-functions',
'-mlongcalls',
'-fsingle-precision-constant', # force const vals to be float , not double. so 100.0 means 100.0f
'-fno-threadsafe-statics',
'-DCYGWIN_BUILD']
'-fno-threadsafe-statics']
env.CXXFLAGS.remove('-Werror=undef')
env.CXXFLAGS.remove('-Werror=shadow')