1
0
Fork 0

Add SKIP_VERSION option to speed up compilation

This commit is contained in:
Fred Sundvik 2017-04-09 22:48:35 +03:00
parent e950d4e12f
commit 738b8d2b9c
18 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#endif