cmake 编译参数

Submitted by lepton on Wed, 04/22/2020 - 13:58

mkdir build
cd build

cmake -D CMAKE_INSTALL_PREFIX="$Prefix_Dir" 

-D CMAKE_CXX_FLAGS="${CFLAGS} -I/custom/include" 

-D CMAKE_EXE_LINKER_FLAGS="$LDFLAGS"

-DCMAKE_BUILD_TYPE=Debug

-DCMAKE_CXX_COMPILER=g++

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.