|
@@ -376,7 +376,7 @@ endif
|
|
|
|
|
|
# Use -Sew option by default
|
|
# Use -Sew option by default
|
|
# Allow disabling by setting ALLOW_WARNINGS=1
|
|
# Allow disabling by setting ALLOW_WARNINGS=1
|
|
-ifeq ($(findstring 2.4.,$(FPC_VERSION)),)
|
|
|
|
|
|
+ifneq ($(CYCLELEVEL),1)
|
|
ifndef ALLOW_WARNINGS
|
|
ifndef ALLOW_WARNINGS
|
|
override LOCALOPT+=-Sew
|
|
override LOCALOPT+=-Sew
|
|
endif
|
|
endif
|