CC=gcc
CXX="g++ -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer"
FC=gfortran
CFLAGS="-g -O2 -Wall -pedantic -mtune=native -fsanitize=address -Wp,-D_FORTIFY_SOURCE=3"
FFLAGS="-g -O2 -mtune=native"
CXXFLAGS="-g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wp,-D_FORTIFY_SOURCE=3"
MAIN_LDFLAGS="-fsanitize=address,undefined -pthread"

JAVA_HOME=/usr/lib/jvm/java-21

#LDFLAGS="-L/usr/local/gcc14/lib64 -L/usr/local/lib64"

AR=gcc-ar
RANLIB=gcc-ranlib
LTO=-flto=10
LTO_OPT=-flto