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

Pedantic compiler warnings #153

Open
jeroen opened this issue Apr 12, 2015 · 0 comments
Open

Pedantic compiler warnings #153

jeroen opened this issue Apr 12, 2015 · 0 comments

Comments

@jeroen
Copy link

jeroen commented Apr 12, 2015

Would be nice to have an easy way to enable -pedantic warnings in CMD check. I think this is most easily implemented by writing some flags to ~/.R/Makevars.

CFLAGS += -O3 -Wall -pipe -pedantic -std=gnu99
CXXFLAGS += -O3 -Wall -pipe -Wno-unused -pedantic 
FFLAGS += -O3 -g0 -Wall -pipe
FCFLAGS += -O3 -g0 -Wall -pipe
CXX1XFLAGS=-O3 -Wall -pipe -Wno-unused -pedantic
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