X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Makefile.x86_64;h=df4a34311caa1f0f5f6fcc53a1bba522c01247cb;hp=d070ae7d2b0a6792f889520fee88ab2ed2e52e27;hb=504a6fd3bf01d7299ec69f80d5117dea3014ea28;hpb=696946489be862ccd0399804557971879bec120d diff --git a/Makefile.x86_64 b/Makefile.x86_64 index d070ae7..df4a343 100644 --- a/Makefile.x86_64 +++ b/Makefile.x86_64 @@ -6,4 +6,4 @@ # from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE). CFLAGS += $(call cc-option,-m64,) -D__V3_64BIT__ AFLAGS += $(call cc-option,-m64,) -D__V3_64BIT__ -LDFLAGS += -melf_x86_64 +LDFLAGS += -melf_x86_64 -dp