mirror of https://github.com/seL4/camkes.git
easy-settings: leave SIMULATION unchanged
Do not provide SIMULATION ON by default. This avoids surprising compilation failures on platforms that do not support simulation settings. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
41af8afbd4
commit
62c37db3f9
|
@ -20,6 +20,5 @@
|
|||
# ninja
|
||||
#
|
||||
set(CAMKES_APP "adder" CACHE STRING "CAmkES application to build")
|
||||
set(SIMULATION ON CACHE BOOL "Try and use simulable features")
|
||||
set(RELEASE OFF CACHE BOOL "Performance optimized build")
|
||||
set(PLATFORM "x86_64" CACHE STRING "Platform to use")
|
||||
|
|
Loading…
Reference in New Issue