File Changes for markd
switch to commits view, user indexv417_preview to v417_preview2 (2021-06-21 to 2021-06-28) v417
Show details
- src/lib/freeType.c
- lines changed 2, context: html, text, full: html, text
6be368acfff1be013b63beffd4d9129abaf62d6f Wed Jun 23 20:02:48 2021 -0700
Two variables were defined in a header that was include by multiple .o files. This caused multiple defined symbols when compiling with GCC on MacOS ARM64. This is the correct way to declare an global shared by modules. I just have no idea how this ever worked.
- src/lib/freeType.h
- lines changed 2, context: html, text, full: html, text
6be368acfff1be013b63beffd4d9129abaf62d6f Wed Jun 23 20:02:48 2021 -0700
Two variables were defined in a header that was include by multiple .o files. This caused multiple defined symbols when compiling with GCC on MacOS ARM64. This is the correct way to declare an global shared by modules. I just have no idea how this ever worked.
switch to commits view, user index