Revert "Makefile: fix build under gcc6"

This commit is contained in:
Mounir IDRASSI 2016-05-13 22:34:33 +02:00
parent fc69e2541e
commit 438753522e
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 -std=c++98
export CXXFLAGS := -Wall -Wno-unused-parameter
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 :=