mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Added GCC flag -std=c++11
Required to compile the variadic templates.
This commit is contained in:
parent
de389d9ca8
commit
ce26eb3a43
@ -26,7 +26,7 @@ OBJECTS = sample_mm.cpp
|
|||||||
##############################################
|
##############################################
|
||||||
|
|
||||||
OPT_FLAGS = -O3 -funroll-loops -pipe
|
OPT_FLAGS = -O3 -funroll-loops -pipe
|
||||||
GCC4_FLAGS = -fvisibility=hidden -fvisibility-inlines-hidden
|
GCC4_FLAGS = -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11
|
||||||
DEBUG_FLAGS = -g -ggdb3 -D_DEBUG
|
DEBUG_FLAGS = -g -ggdb3 -D_DEBUG
|
||||||
CPP = gcc
|
CPP = gcc
|
||||||
CPP_OSX = clang
|
CPP_OSX = clang
|
||||||
|
Loading…
Reference in New Issue
Block a user