We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e75a5 commit 9a96890Copy full SHA for 9a96890
components/ugfx/CMakeLists.txt
@@ -4,3 +4,5 @@ set(COMPONENT_ADD_INCLUDEDIRS .)
4
set(COMPONENT_REQUIRES main)
5
6
register_component()
7
+
8
+target_compile_options(${COMPONENT_LIB} PRIVATE -fno-strict-aliasing)
0 commit comments