diff --git a/exosphere/Makefile b/exosphere/Makefile index 079ae7bd4..7f0340003 100644 --- a/exosphere/Makefile +++ b/exosphere/Makefile @@ -33,12 +33,14 @@ CFLAGS := \ -ffunction-sections \ -fdata-sections \ -fomit-frame-pointer \ + -fno-asynchronous-unwind-tables \ + -fno-unwind-tables \ -std=gnu11 \ -Werror \ -Wall \ $(ARCH) $(DEFINES) -CFLAGS += $(INCLUDE) +CFLAGS += $(INCLUDE) CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11