diff options
Diffstat (limited to 'unrar/Makefile')
| -rw-r--r-- | unrar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unrar/Makefile b/unrar/Makefile index 14aa5fc..4e930da 100644 --- a/unrar/Makefile +++ b/unrar/Makefile @@ -8,7 +8,7 @@ DIR_UNRAR = unrar CC = gcc CPP = g++ CFLAGS = -I. -I/usr/include -I$(DIR_UNRAR) \ - -Wall -fPIC -O2 -g \ + -Wall -Wtype-limits -fPIC -O2 -g -ggdb \ -DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \ -D__VERBOSE_DEBUGx |
