Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Rar29/makefile')
-rwxr-xr-x7zip/Compress/Rar29/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Compress/Rar29/makefile b/7zip/Compress/Rar29/makefile
index 12fc22b1..0a0f45f8 100755
--- a/7zip/Compress/Rar29/makefile
+++ b/7zip/Compress/Rar29/makefile
@@ -46,10 +46,10 @@ OBJS = \
!include "../../../Build.mak"
-COMPL_SPEC = $(CPP) $(CFLAGS_O2) $**
+COMPL_SPEC = $(CPP) $(CFLAGS_O2_W3) -w $**
$(RAR29_OBJS): $(*B).cpp
- $(COMPL)
+ $(COMPL_SPEC)
$(RAR29_OPT_OBJS): Original/$(*B).cpp
$(COMPL_SPEC)
$(RAR20_OPT_OBJS): ../Rar20/$(*B).cpp