CC="gcc -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer"
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 -Wno-stringop-truncation"
FFLAGS="-g -O2 -mtune=native"
CXXFLAGS="-g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wp,-D_FORTIFY_SOURCE=3 -Wno-stringop-truncation"
MAIN_LDFLAGS="-fsanitize=address,undefined -pthread"

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

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