Skip to content

Commit

Permalink
devel/benchmark: Mark PIE_UNSAFE
Browse files Browse the repository at this point in the history
c++: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
ninja: build stopped: subcommand failed.

Approved by:	portmgr (blanket)
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent 5ee3f5d commit 094d83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/benchmark/Makefile
Expand Up @@ -24,6 +24,7 @@ CMAKE_TESTING_ARGS= -DGOOGLETEST_PATH=${WRKSRC_googletest}

CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_gcc= -Wno-stringop-truncation
PIE_UNSAFE= yes

BINARY_ALIAS= git=false

Expand Down

0 comments on commit 094d83d

Please sign in to comment.