Lines Matching full:option
178 option(PANDA_WITH_TESTS "Enable test targets" true)
179 option(PANDA_WITH_BYTECODE_OPTIMIZER "Enable bytecode optimizer" true)
180 option(PANDA_WITH_JAVA "Enable java plugin" ON)
181 option(PANDA_WITH_ECMASCRIPT "Enable ecmascript plugin" ON)
182 option(PANDA_WITH_ACCORD "Enable accord plugin" ON)
183 option(PANDA_WITH_CANGJIE "Enable cangjie plugin" ON)
184 option(PANDA_COMPILER_CFI "Support CFI information")
185 option(PANDA_ENABLE_RELAYOUT_PROFILE "Enable relayout profile" OFF)
215 option(PANDA_PRODUCT_BUILD "Build which will be delivered to customers" false)
219 option(PANDA_RELEASE_BUILD "Build for benchmarking. Must be run with CMAKE_BUILD_TYPE=Release" fals…
276 option(PANDA_CROSS_COMPILER "Enable compiler cross-compilation support" ON)
277 option(PANDA_COMPILER_TARGET_X86 "Build x86-backend")
278 option(PANDA_COMPILER_TARGET_X86_64 "Build x86_64-backend")
279 option(PANDA_COMPILER_TARGET_AARCH32 "Build aarch32-backend")
280 option(PANDA_COMPILER_TARGET_AARCH64 "Build aarch64-backend")
282 option(PANDA_CROSS_X86_64_TOOLCHAIN_FILE "Absolute path to X86_64 target toolchain" OFF)
283 option(PANDA_CROSS_AARCH64_TOOLCHAIN_FILE "Absolute path to AARCH64 target toolchain" OFF)
284 option(PANDA_CROSS_AARCH32_TOOLCHAIN_FILE "Absolute path to AARCH32 target toolchain" OFF)
287 # TODO (asidorov, runtime): replace all uses of this option by PANDA_WITH_COMPILER