Skip to content

Commit

Permalink
security/nflib: Turn on inner optimization option when no WITH_DEBUG …
Browse files Browse the repository at this point in the history
…is defined

PR:		272702
  • Loading branch information
yurivict committed Aug 7, 2023
1 parent 04a5061 commit 950dfcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion security/nflib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ LIB_DEPENDS= libmpfr.so:math/mpfr \
libgmp.so:math/gmp

USES= cmake:testing compiler:c++11-lang localbase
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= quarkslab
GH_PROJECT= NFLlib
USE_LDCONFIG= yes

.if !defined(WITH_DEBUG)
CMAKE_ON= NFL_OPTIMIZED
.endif

.include <bsd.port.mk>

0 comments on commit 950dfcd

Please sign in to comment.