仓库
https://github.com/FD-/RPiPlay你好各位大佬,最近在折腾这个 AirPlay 看官方更新了:Compile with -O3 (cmake --DCMAKE_CXX_FLAGS="-O3" --DCMAKE_C_FLAGS="-O3" ..)
请问这个要怎么添加到 build 命令中? 我操作如下:
mkdir build
cd build
cmake --DCMAKE_CXX_FLAGS="-O3" --DCMAKE_C_FLAGS="-O3" ..
make
还有 Make sure the DUMP flags are not active ,怎么查看 DUMP flags 状态?
谢谢各位大佬