diff options
author | Richard Lowe <richlowe@richlowe.net> | 2020-05-10 14:44:48 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2020-06-26 12:56:45 -0400 |
commit | 9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca (patch) | |
tree | a1c534c9372d4397afcf5858154f5e5727fc01cd | |
parent | dfecc46651d2b074027544a9c03682fd51d51054 (diff) | |
download | illumos-joyent-9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca.tar.gz |
12770 stop including exception unwind info in the kernel
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/uts/Makefile.uts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/Makefile.uts b/usr/src/uts/Makefile.uts index d90c21138a..4cdfbdc486 100644 --- a/usr/src/uts/Makefile.uts +++ b/usr/src/uts/Makefile.uts @@ -276,6 +276,7 @@ CFLAGS_uts += $(EXTRA_CFLAGS) CFLAGS_uts += $(CSOURCEDEBUGFLAGS) CFLAGS_uts += $(CUSERFLAGS) CFLAGS_uts += $(CFLAGS_uts_$(MACH)) +CFLAGS_uts += -_gcc=-fno-asynchronous-unwind-tables # # Declare that $(OBJECTS) and $(LINTS) can be compiled in parallel. |