Changed setting of CXX and CXXFLAGS variables in Makefile

This commit is contained in:
Klaus Schmidinger
2002-12-13 15:06:52 +01:00
parent 2343e7ec14
commit d7d4799236
18 changed files with 62 additions and 32 deletions

View File

@@ -30,8 +30,8 @@
.DELETE_ON_ERROR:
CC = gcc
CFLAGS = -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
CC ?= gcc
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
-DNAPI -Wimplicit -D__USE_FIXED_PROTOTYPES__ # -ansi -pedantic
INCDIRS = -Iinclude -I../include

View File

@@ -27,8 +27,8 @@
#
#
#
CC = gcc
CFLAGS = -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
CC ?= gcc
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
-Wimplicit -D__USE_FIXED_PROTOTYPES__ -I../include # -DDEBUG