1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Use `-Werror' for building the Linux stubs.

committer: mfx <mfx> 974103048 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-11-13 08:10:48 +00:00
parent b66930fa04
commit 94071e4e5b

View File

@ -73,6 +73,7 @@ STRIPELF = $(srcdir)/util/sstrip/sstrip
# Use gcc 2.95.2 for smallest code.
CC_LINUX_CFLAGS = -Wall -W -Wcast-align -Wcast-qual -Wwrite-strings
CC_LINUX_CFLAGS += -Werror
CC_LINUX_CFLAGS += -funsigned-char
###CC_LINUX_CFLAGS += -fwritable-strings -save-temps
CC_LINUX = gcc272 -O2 -m386 -malign-functions=0 -malign-jumps=0 -malign-loops=0 $(CC_LINUX_CFLAGS)