LZ4 enable clang optimizations

This commit is contained in:
2026-03-31 16:38:12 +02:00
parent 4c4c10c61e
commit 0d8615a009
3 changed files with 0 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
#pragma clang optimize off
/*
LZ4 - Fast LZ compression algorithm
Copyright (c) Yann Collet. All rights reserved.

View File

@@ -1,4 +1,3 @@
#pragma clang optimize off
/*
* LZ4 auto-framing library
* Copyright (c) Yann Collet. All rights reserved.

View File

@@ -1,4 +1,3 @@
#pragma clang optimize off
/*
LZ4 HC - High Compression Mode of LZ4
Copyright (c) Yann Collet. All rights reserved.