Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Added C++ flag by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota Yamaguchi committed Dec 11, 2014
1 parent 644c78b commit 6c217d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MATLABDIR ?= /usr/local/matlab
MATLAB := $(MATLABDIR)/bin/matlab
MEX := $(MATLABDIR)/bin/mex
MEXEXT := $(shell $(MATLABDIR)/bin/mexext)
MEXFLAGS := -Iinclude -I$(LMDB_DIR)
MEXFLAGS := -Iinclude -I$(LMDB_DIR) CXXFLAGS="\$$CXXFLAGS -std=c++11"
TARGET := +lmdb/private/LMDB_.$(MEXEXT)

.PHONY: all test clean
Expand Down

0 comments on commit 6c217d3

Please sign in to comment.