Merge pull request #66 from FadeMind/patch-1

Makefile: fix build under gcc6
This commit is contained in:
Mounir IDRASSI 2016-05-13 22:28:35 +02:00
commit fc69e2541e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export AS := nasm
export RANLIB ?= ranlib
export CFLAGS := -Wall
export CXXFLAGS := -Wall -Wno-unused-parameter
export CXXFLAGS := -Wall -Wno-unused-parameter -std=c++98
C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto
export ASFLAGS := -Ox -D __GNUC__
export LFLAGS :=