Add STATIC_NONCE option for build (developper mode)

This commit is contained in:
2022-08-07 16:45:59 +02:00
parent 210b265693
commit 57c3a58994
2 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ else
CXXFLAGS += -O2
endif
ifneq ($(STATIC_NONCE),)
CXXFLAGS += -DSTATIC_NONCE=1
endif
SRCDIR := src
INCDIR := inc
BUILDDIR := obj