Skip to content
Snippets Groups Projects
Commit f51bab11 authored by Dor Laor's avatar Dor Laor
Browse files

Add cdefs to get functionality like offsetof.

Please it together w/ other definitions
parent bb421a7f
No related branches found
No related tags found
No related merge requests found
arch = x64
INCLUDES = -I. -I$(src)/arch/$(arch) -I$(src) -I$(src)/external/libunwind/include
INCLUDES = -I. -I$(src)/arch/$(arch) -I$(src) -I$(src)/external/libunwind/include -I$(src)/includes
COMMON = $(autodepend) -g -Wall -Wno-pointer-arith -Werror -Wformat=0 \
-U _FORTIFY_SOURCE -fno-stack-protector $(INCLUDES) \
$(arch-cflags) $(cflags-$(mode)) -mno-red-zone
......
This diff is collapsed.
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