This commit is contained in:
Olivier 2024-05-01 15:36:36 +02:00
parent 9fcd461672
commit 04812b5a6d

View File

@ -1,9 +1,9 @@
#!/bin/bash
UPDATED="2024-04-29"
UPDATED="2024-05-01"
DISABLE=1 # disable some options
ENABLE=1 # enable some options
SECURED=0 # enable/disable security
SECURED=1 # enable/disable security
PATCHES=1 # enable/disable patch apply
UARCH=1 # apply more uarch patch
CLANG=1 # use Clang compiler (if not, use GCC)