linux-debian.mk 470 B

12345678910111213141516171819
  1. # Linux Debian - 通用 Linux 平台 Debian 构建方案
  2. include linux-universal.mk
  3. CPUS=$(shell nproc)
  4. builddir := build/linux-debian
  5. # sourcedir := .
  6. # CMAKE_DEBUG := -DCMAKE_BUILD_TYPE=Debug
  7. # CMAKE_RELEASE := -DCMAKE_BUILD_TYPE=Release
  8. CMAKE_OPTIONS := -DUSE_LINUX_DEBIAN=ON $(CMAKE_OPTIONS)
  9. package: linux-universal-release
  10. make -C $(builddir) package
  11. linux-build-options:
  12. @echo $(CMAKE_OPTIONS)
  13. # 此配置为构建 linux debian 通用版本构建