retour à GCC

This commit is contained in:
Olivier 2025-04-11 19:56:12 +02:00
parent e47118fd91
commit 48bdec997d

View File

@ -6,7 +6,7 @@ ENABLE=1 # enable some options
SECURED=1 # enable/disable security SECURED=1 # enable/disable security
PATCHES=1 # enable/disable patch apply PATCHES=1 # enable/disable patch apply
UARCH=0 # apply more uarch patch UARCH=0 # apply more uarch patch
CLANG=1 # use Clang compiler (if not, use GCC) CLANG=0 # use Clang compiler (if not, use GCC)
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)
CONFIGCLOUD=1 # enable cloud 'from' config CONFIGCLOUD=1 # enable cloud 'from' config