Bläddra i källkod

Turn off bogus compiler warnings about bounds errors when optimising.

master
Ian Piumarta 10 månader sedan
förälder
incheckning
1fbcf8fd88
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Visa fil

@ -5,7 +5,7 @@ ifeq ($(UNAME_S),Darwin)
endif
GFLAGS += -Wall -Wno-unused -g
OFLAGS += $(GFLAGS) -O3 -DNDEBUG -DTYPECODES=1 -DDELOPT=1
OFLAGS += $(GFLAGS) -O3 -DNDEBUG -DTYPECODES=1 -DDELOPT=1 -Wno-array-bounds
PFLAGS += $(OFLAGS) -pg
CFLAGS += -D_GNU_SOURCE -I/opt/local/include
LDLIBS += -L/opt/local/lib

Laddar…
Avbryt
Spara