Skip to content

Commit

Permalink
prepare BPF high level compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 27, 2023
1 parent 8ef19c6 commit d2f8494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ HOSTOS := $(shell uname -s)
CC ?= gcc
CFLAGS ?= -O3 -Wall -Wextra -Wpedantic
CFLAGS += -std=gnu99
# uncomment to enable debug mode
#CFLAGS += -ggdb -fsanitize=address
DEFS = -DVERSION_TAG=\"$(VERSION_TAG)\" -DVERSION_YEAR=\"$(VERSION_YEAR)\"
# comment to disable GPS support
DEFS += -DNMEAOUT
# comment to disable STATUS display (headless operation)
DEFS += -DSTATUSOUT
# uncomment to enable BPF high level compiler
#DEFS += -DWANTLIBPCAP

INSTALL ?= install
INSTFLAGS =
Expand Down

0 comments on commit d2f8494

Please sign in to comment.