Skip to content

Commit

Permalink
waf: don't mark esp32 as CYGWIN_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 6, 2024
1 parent 039367e commit 8be0a64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,7 @@ def expand_path(p):
'-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')

Expand Down

0 comments on commit 8be0a64

Please sign in to comment.