Skip to content

Commit

Permalink
disable HIGH_QUALITY_RESAMPLE when compiling debug builds for OS X
Browse files Browse the repository at this point in the history
crashes my compiler ...
  • Loading branch information
jacob1 committed Mar 8, 2016
1 parent 16ee871 commit 66aeb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Config.h
Expand Up @@ -30,7 +30,9 @@

//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications

#if !(defined(MACOSX) && defined(DEBUG))
#define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation
#endif

#if defined(SNAPSHOT)
#define IDENT_RELTYPE "S"
Expand Down

0 comments on commit 66aeb84

Please sign in to comment.