open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 158 forks source link

lab/software-stack: Add missing -fno-builtin flag in Makefile #343

Closed lizababu closed 1 year ago

lizababu commented 1 year ago

Missing -fno-builtin flag from Makefile caused the compiler to substitute str* calls from content/chapters/software-stack/lab/support/common-functions/main_string instead of use custom implementations from content/chapters/software-stack/lab/support/common-functions/string.c.