nettoyage + disable off

This commit is contained in:
Olivier 2025-04-17 19:15:15 +02:00
parent d8a0044c1e
commit cd88238127

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
UPDATED="2025-04-15" UPDATED="2025-04-17"
DISABLE=1 # disable options DISABLE=0 # disable options
ENABLE=1 # enable options ENABLE=1 # enable options
PATCHES=1 # enable/disable patch apply PATCHES=0 # enable/disable patch apply
UARCH=0 # apply more uarch patch UARCH=0 # apply more uarch patch
O3=1 # use -O3 vs -O2 (optimisation) O3=1 # use -O3 vs -O2 (optimisation)
ARCH="native" # target architecture (uarch patch) ARCH="native" # target architecture (uarch patch)
@ -14,9 +14,7 @@ SCRATCH=0 # perform from scratch (remove preexisting content)
UNCOMPRESS=1 # perform uncompress if already exist UNCOMPRESS=1 # perform uncompress if already exist
CLEANUP=1 # perform folder cleanup CLEANUP=1 # perform folder cleanup
SECURED=1 # enable/disable security SECURED=1 # enable/disable security
CLANG=0 # use Clang compiler (if not, use GCC) CLANG=1 # use Clang compiler (if not, use GCC)
O3=1 # use -O3 vs -O2 (optimisation)
ARCH="native" # target architecture (uarch patch)
TESTING=0 # add testing options TESTING=0 # add testing options
NVIDIA=1 # add support for nvidia NVIDIA=1 # add support for nvidia