Skip to content

Commit e80f4d5

Browse files
committed
Explicitly enabling RTTI
1 parent 865e17a commit e80f4d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

library.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"name": "Flowduino",
77
"maintainer": true
88
},
9+
"build": {
10+
"flags": [
11+
"-frtti"
12+
]
13+
},
914
"repository": {
1015
"type": "git",
1116
"url": "https://github.com/Flowduino/ESPressio-Event.git"

src/ESPressio_EventListener.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#pragma once
22

3-
#include <Arduino.h>
4-
53
#include <cstddef>
64
#include <cstdint>
75
#include <memory>

0 commit comments

Comments
 (0)