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

CFFLAGS & CXXFAGS #137

Open
nottwy opened this issue Jun 14, 2017 · 0 comments
Open

CFFLAGS & CXXFAGS #137

nottwy opened this issue Jun 14, 2017 · 0 comments

Comments

@nottwy
Copy link

nottwy commented Jun 14, 2017

In your Makefile, it is:

CFLAGS = -std=gnu99 -O3
CXXFLAGS = -std=c++98 -O3

I have to change them into:

CFLAGS = -std=gnu++11 -O3
CXXFLAGS = -std=c++11 -O3

Then I can compile parts of your code.

But I can't step through the compiling stage of SGA.

There are lost of error information with "Undefine" in it.
I get your code with git clone -b master --recursive https://xxxx.git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant