mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use system getopt in capture utility on unix.
This fixes header clash between getopt.h and unistd.h (required for unlink), which prevented LTO on macos.
This commit is contained in:
@@ -6,7 +6,7 @@ LIBS += $(shell pkg-config --libs capstone) -lpthread
|
||||
PROJECT := capture
|
||||
IMAGE := $(PROJECT)-$(BUILD)
|
||||
|
||||
FILTER :=
|
||||
FILTER := ../../../getopt/getopt.c
|
||||
include ../../../common/src-from-vcxproj.mk
|
||||
|
||||
include ../../../common/unix.mk
|
||||
|
||||
Reference in New Issue
Block a user