Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature 1695 fix issues with ensemble changes #2012

Merged
merged 9 commits into from
Jan 15, 2022
Prev Previous commit
Next Next commit
added -g flag to CFLAGS and CXXFLAGS to enable debugging
georgemccabe committed Jan 14, 2022
commit 5f642ce82e5536a923fcf45206d1dfc41652d2e5
2 changes: 1 addition & 1 deletion scripts/environment/development.seneca
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ export MET_PYTHON_CC="-I${MET_PYTHON}/include/python3.8"
export MET_PYTHON_LD="-L${MET_PYTHON}/lib -lpython3.8 -lcrypt -lpthread -ldl -lutil -lm"

# -D__64BIT__ is required because we've compiled libgrib2c.a with that flag
export CFLAGS="-DUNDERSCORE -fPIC -D__64BIT__"
export CFLAGS="-DUNDERSCORE -fPIC -D__64BIT__ -g"
export CXXFLAGS=${CFLAGS}

# Set LDFLAGS to include -rpath settings when compiling MET