ICU-906 remove compiler specific C flag
X-SVN-Rev: 4267
This commit is contained in:
parent
f978fc8995
commit
5c76396987
@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2000 IBM, Inc. and others
|
||||
# conversion sample code $Revision: 1.3 $
|
||||
# conversion sample code $Revision: 1.4 $
|
||||
|
||||
|
||||
# Usage:
|
||||
@ -37,7 +37,7 @@ CLEANFILES=*~ $(TARGET).out
|
||||
DEPS=$(OBJECTS:.o=.d)
|
||||
|
||||
# turn on super warnings
|
||||
CPPFLAGS += -Wall
|
||||
#CPPFLAGS += -Wall
|
||||
|
||||
|
||||
all: $(TARGET)
|
||||
|
Loading…
Reference in New Issue
Block a user