mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Fix FreeBSD build in dev.
This commit is contained in:
parent
fd460d93c4
commit
d8f36db5dd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ifeq ($(CC_MACH),aarch64)
|
||||||
endif
|
endif
|
||||||
DEFS+=-DZT_BUILD_PLATFORM=7 -DZT_BUILD_ARCHITECTURE=$(ZT_ARCHITECTURE) -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\""
|
DEFS+=-DZT_BUILD_PLATFORM=7 -DZT_BUILD_ARCHITECTURE=$(ZT_ARCHITECTURE) -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\""
|
||||||
|
|
||||||
CXXFLAGS+=$(CFLAGS) -fno-rtti
|
CXXFLAGS+=$(CFLAGS) -fno-rtti -std=c++11
|
||||||
|
|
||||||
all: one
|
all: one
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue