Skip to content
Snippets Groups Projects
Commit 54c33891 authored by Avi Kivity's avatar Avi Kivity
Browse files

build: run assmebler with debug output

parent 3cc80f7f
No related branches found
No related tags found
No related merge requests found
CXXFLAGS = -std=gnu++11 -lstdc++ $(CFLAGS) $(do-sys-includes)
CFLAGS = $(autodepend) -g -Wall -Wno-pointer-arith
ASFLAGS = -g
sys-includes = $(jdkbase)/include $(jdkbase)/include/linux
autodepend = -MD $(@.o=.d) -MT $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment