mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
compel: make -- Add general assembly flags
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
12ca38255c
commit
338f3aa7b7
@@ -15,6 +15,10 @@ ccflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)/include
|
||||
asflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)/include
|
||||
asflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)
|
||||
|
||||
# General flags for assembly
|
||||
asflags-y += -Wstrict-prototypes -Wa,--noexecstack
|
||||
asflags-y += -D__ASSEMBLY__ -nostdlib -fomit-frame-pointer
|
||||
|
||||
|
||||
#
|
||||
# STD plugin
|
||||
|
Reference in New Issue
Block a user