LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
102 stars 31 forks source link

Add CXXFLAGS to unifyfs-ls #739

Closed CamStan closed 1 year ago

CamStan commented 1 year ago

Description

Add -std=c++11 CXXFLAGS to the unifyfs-ls target in order to build on GCC v4.9.3.

Motivation and Context

Fixes #738

How Has This Been Tested?

Built successfully locally with GCC v4.9.3

Types of changes

Checklist:

CamStan commented 1 year ago

ping @rgmiller. For some reason it won't let me request you as a reviewer.

rgmiller commented 1 year ago

Hmm... It's odd that adding -std=c++11 also fixed the problems with free() and exit() not being found.