Refactor build flags

This commit is contained in:
topjohnwu
2019-02-12 05:17:02 -05:00
parent b3fd79cbb9
commit ed027ec3ee
12 changed files with 27 additions and 24 deletions

View File

@ -11,9 +11,6 @@
extern "C" {
#endif
#define str(a) #a
#define xstr(a) str(a)
typedef enum {
L_DEBUG,
L_INFO,