# # /etc/make.conf # # Number of parallel makejobs. Change this to your CPUs cores + threads. # Example: 6 cores + 6 threads = 12 parallel makejobs MAKEFLAGS="-j1" # Build and compile flags for C and C++ programs. # Disable these if packages are breaking. # Using too many optimizations may break packages. CFLAGS="-O2 -fstack-protector-strong" CXXFLAGS="${CFLAGS}" # DO NOT CHANGE ANYTHING ELSE. THESE OPTIONS ARE SET BY `glacier-mkprofile` # AND ARE TIED TO THE SYSTEM PROFILE. MANUALLY CHANGING THESE OPTIONS # MAY CAUSE SEVERE BREAKAGE.