Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Enable C++11 support, necessary for recent versions of v8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Apr 29, 2015
1 parent 1d54ac6 commit 28ebcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CPPFLAGS += -DDEFAULT_DATA_DIR=$(DEFAULT_DATA_DIR)

# Compiler flags.
CXXFLAGS += -DHASH_NAMESPACE=__gnu_cxx
CXXFLAGS += -std=c++11

# Linker flags.
LDFLAGS += -L/usr/local/lib
Expand Down

0 comments on commit 28ebcef

Please sign in to comment.