Skip to content
Snippets Groups Projects
Commit f605b98e authored by Vincent Goulet's avatar Vincent Goulet
Browse files

Move compiler options to "site" Makevars file

parent 577fb5e4
No related branches found
No related tags found
No related merge requests found
## for C code
CFLAGS=-Wall -pedantic -fno-common -Wstrict-prototypes
## Hide entry points (but for R_init_expint in init.c)
PKG_CFLAGS = -Wall -pedantic -fno-common -Wstrict-prototypes $(C_VISIBILITY)
PKG_CFLAGS = $(C_VISIBILITY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment