Skip to content

Commit

Permalink
Berry binary compiled with gcc (#21426)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed May 17, 2024
1 parent 0d22583 commit 5b20720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- ESP32 compiler option from `target-align` to `no-target-align` (#21407)
- On universal display remove default backlight power if a PWM channel is used for backlight
- Berry binary compiled with gcc

### Fixed
- Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 (#21281)
Expand Down
2 changes: 1 addition & 1 deletion lib/libesp32/berry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DEBUG_FLAGS = -O0 -g -DBE_DEBUG
TEST_FLAGS = $(DEBUG_FLAGS) --coverage -fno-omit-frame-pointer -fsanitize=address -fsanitize=undefined
LIBS = -lm
TARGET = berry
CC = clang # install clang!! gcc seems to produce a defect berry binary
CC = gcc
MKDIR = mkdir
LFLAGS =

Expand Down

0 comments on commit 5b20720

Please sign in to comment.