CC=gcc-13 CXX="g++-13 -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer" FC=/usr/local/gcc13/bin/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-11 LDFLAGS="-L/usr/local/gcc13/lib64 -L/usr/local/lib64"