diff options
Diffstat (limited to 'usr/src/cmd/mdb/Makefile.module')
| -rw-r--r-- | usr/src/cmd/mdb/Makefile.module | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/Makefile.module b/usr/src/cmd/mdb/Makefile.module index b93681d85e..5bfdbf8434 100644 --- a/usr/src/cmd/mdb/Makefile.module +++ b/usr/src/cmd/mdb/Makefile.module @@ -23,7 +23,7 @@ # Use is subject to license terms. # # Copyright (c) 2013 by Delphix. All rights reserved. -# Copyright 2015, Joyent, Inc. +# Copyright (c) 2018, Joyent, Inc. # .KEEP_STATE: @@ -129,6 +129,8 @@ LDFLAGS64 += $(ZTEXT) ASFLAGS += -P AS_CPPFLAGS += -D_ASM +SMOFF += all_func_returns,index_overflow + # Module type-specific compiler flags $(MODOBJS) := CFLAGS += $(C_BIGPICFLAGS) $(XREGSFLAG) $(MODOBJS) := CFLAGS64 += $(C_BIGPICFLAGS) $(XREGSFLAG) |
