Lines Matching +full:ninja +full:- +full:build
1 # SPDX-License-Identifier: Apache-2.0
7 if(${generator} STREQUAL ninja)
8 set(verbose "-v")
14 message(" clean - Remove most generated files but keep configuration and backup files")
15 message(" pristine - Remove all files in the build directory")
18 message(" menuconfig - Update .config using a console-based interface")
19 message(" guiconfig - Update .config using a graphical interface")
22 message(" all - Build a zephyr application")
23 message(" run - Build a zephyr application and run it if the board supports emulation")
24 message(" flash - Run \"west flash\"")
25 message(" debug - Run \"west debug\"")
26 message(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targe…
27 message(" attach - Run \"west attach\"")
28 message(" ram_report - Build and create RAM usage report")
29 message(" rom_report - Build and create ROM usage report")
30 message(" boards - Display supported boards")
31 message(" shields - Display supported shields")
32 message(" usage - Display this text")
33 message(" help - Display all build system targets")
35 message("Build flags:")
37 message(" ${generator} ${verbose} [targets] verbose build")
38 message(" cmake -DW=n Enable extra gcc checks, n=1,2,3 where")