Commit efe0cbc1 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: pie -- Drop -fno-strict-aliasing option

It's already defined in general Makefile
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Tested-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f7066d7d
......@@ -12,7 +12,7 @@ restorer-obj-y += restorer.o
restorer-obj-e += $(ARCH_DIR)/restorer.o
restorer-libs-e += $(SYSCALL-LIB)
cflags-y += -fpie -Wa,--noexecstack -fno-strict-aliasing
cflags-y += -fpie -Wa,--noexecstack
ASMFLAGS += -D__ASSEMBLY__
GEN-OFFSETS := gen-offsets.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment