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

build_options.cmake CFLAGS creation is wrong [minor issue] #151

Open
kingtaurus opened this issue Aug 1, 2014 · 0 comments
Open

build_options.cmake CFLAGS creation is wrong [minor issue] #151

kingtaurus opened this issue Aug 1, 2014 · 0 comments

Comments

@kingtaurus
Copy link
Contributor

The creation of the CFLAGS as found in src/build_options.cmake is wrong. Since compliers often language specific flags (for example -std=c++98 or -std=c++11). Trying test builds with a language specific flag (-std=c++98) will cause clang to throw an error when attempting to compile src/voglcore/rmalloc.c and other pieces of C code.

Note:
gcc just gives a warning

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