1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

board generator: remove comments, remove now useless define

This commit is contained in:
david gauchard
2020-08-25 11:04:30 +02:00
parent f23e765ab1
commit 3ee6710fa5
2 changed files with 35 additions and 38 deletions

View File

@ -994,11 +994,8 @@ macros = {
]),
'exception_menu': collections.OrderedDict([
#( '.menu.exception.legacy', 'Legacy (new returns nullptr on oom, constructor issue)' ),
#( '.menu.exception.legacy.build.exception_flags', '-fno-exceptions' ),
#( '.menu.exception.legacy.build.stdcpp_lib', '-lstdc++' ),
( '.menu.exception.disabled', 'Disabled (new aborts on oom)' ),
( '.menu.exception.disabled.build.exception_flags', '-fno-exceptions -DNEW_OOM_ABORT' ),
( '.menu.exception.disabled.build.exception_flags', '-fno-exceptions' ),
( '.menu.exception.disabled.build.stdcpp_lib', '-lstdc++' ),
( '.menu.exception.enabled', 'Enabled' ),
( '.menu.exception.enabled.build.exception_flags', '-fexceptions' ),