Browse Source

restore wno-overlength-strings (it was used for NEON)

master
Mike Hamburg 9 years ago
parent
commit
9f7b8eb1ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -28,7 +28,7 @@ endif
FIELD ?= p448

WARNFLAGS = -pedantic -Wall -Wextra -Werror -Wunreachable-code \
-Wmissing-declarations -Wunused-function $(EXWARN)
-Wmissing-declarations -Wunused-function -Wno-overlength-strings $(EXWARN)
INCFLAGS = -Isrc/include -Iinclude -Isrc/$(FIELD) -Isrc/$(FIELD)/$(ARCH)


Loading…
Cancel
Save