diff options
Diffstat (limited to 'plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h')
-rw-r--r-- | plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h b/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h deleted file mode 100644 index 6494bf6eb9..0000000000 --- a/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef guard_aggressive_optimise_h
-#define guard_aggressive_optimise_h
-//==============================================================================
-// General Code, © 2002 Ryan Winter
-//==============================================================================
-
-#ifdef NDEBUG
-
-// we define the WIN32_LEAN_AND_MEAN tag so that the quick windows
-// macros and functions are used. Using this should make a slight
-// performance improvement (even though we probably won't see it
-// in this program).
-#define WIN32_LEAN_AND_MEAN
-
-#pragma comment(linker,"/RELEASE")
-#pragma comment(linker,"/FILEALIGN:0x200")
-
-#endif
-
-//==============================================================================
-//
-// Summary : aggresively optimise the binary for size
-//
-// Description : uses various linker switches to decrease the size of the
-// binary
-//
-//==============================================================================
-
-#endif
\ No newline at end of file |