Skip to content

Commit

Permalink
Add option to ignore user apps with uncommented macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 30, 2020
1 parent be51c07 commit 830f9a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lwow/src/include/lwow/lwow_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#ifndef LWOW_HDR_OPT_H
#define LWOW_HDR_OPT_H

/* Uncomment to ignore user options (or set macro in compiler flags) */
/* #define LWOW_IGNORE_USER_OPTS */

/* Include application options */
#ifndef LWOW_IGNORE_USER_OPTS
#include "lwow_opts.h"
Expand Down

0 comments on commit 830f9a4

Please sign in to comment.