Update year in LICENSE file, use default compilation flags in Makevars
[morpheus.git] / pkg / src / Makevars
... / ...
CommitLineData
1# Override R weird defaults:
2# https://stackoverflow.com/questions/23414448/r-makevars-file-to-overwrite-r-cmds-default-g-options
3#%.o: %.c
4# $(CC) -std=c11 -I"$(R_INCLUDE_DIR)" -DNDEBUG -fPIC -O2 -c $< -o $@