Skip to content

Commit 9a96890

Browse files
committed
ugfx: remove strict-aliasing warning
1 parent a4e75a5 commit 9a96890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/ugfx/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ set(COMPONENT_ADD_INCLUDEDIRS .)
44
set(COMPONENT_REQUIRES main)
55

66
register_component()
7+
8+
target_compile_options(${COMPONENT_LIB} PRIVATE -fno-strict-aliasing)

0 commit comments

Comments
 (0)