disabled security

This commit is contained in:
Olivier 2024-04-22 11:00:24 +02:00
parent ca5eb70cd7
commit b019cfb47a

View File

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