Searched +full:mingw32 +full:- +full:make (Results 1 – 2 of 2) sorted by relevance
4 - COMPILER: "gcc"6 - COMPILER: "gcc"7 PLATFORM: "mingw32"8 - COMPILER: "visual"11 - COMPILER: "visual"14 - COMPILER: "visual"17 - COMPILER: "visual"20 - COMPILER: "gcc"24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%25 - MKDIR bin[all …]
1 LZ4 - Library Files51 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern…54 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`,55 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`.57 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow.64 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate…66 Should this be a problem, it's generally possible to make the compiler ignore these warnings,67 for example with `-Wno-deprecated-declarations` on `gcc`,69 This build macro offers another project-specific method72 - `LZ4_USER_MEMORY_FUNCTIONS` : replace calls to <stdlib>'s `malloc`, `calloc` and `free`[all …]