désactive config cloud

This commit is contained in:
Olivier 2025-04-19 14:32:09 +02:00
parent fe70ee091d
commit 578661ee5d

View File

@ -1,5 +1,5 @@
#!/bin/bash
UPDATED="2025-04-17"
UPDATED="2025-04-19"
DISABLE=0 # disable options
ENABLE=1 # enable options
@ -7,7 +7,7 @@ PATCHES=0 # enable/disable patch apply
UARCH=0 # apply more uarch patch
O3=1 # use -O3 vs -O2 (optimisation)
ARCH="native" # target architecture (uarch patch)
CONFIGCLOUD=1 # enable cloud 'from' config
CONFIGCLOUD=0 # enable cloud 'from' config
CONFIGOLD=1 # enable old def config
CONFIGMOD=0 # enable all mod config
SCRATCH=0 # perform from scratch (remove preexisting content)