Merge pull request #67 from veracrypt/revert-66-patch-1

Revert "Makefile: fix build under gcc6"
This commit is contained in:
Mounir IDRASSI 2016-05-13 22:36:05 +02:00
commit 085ab96abd
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 :=