add c++11 to GCC options
parent
a093268fc3
commit
e3de45ce32
|
@ -294,7 +294,8 @@ build(Arena *arena, u32 flags, u32 arch, char *code_path, char **code_files, cha
|
||||||
"-Wno-write-strings " \
|
"-Wno-write-strings " \
|
||||||
"-D_GNU_SOURCE -fPIC " \
|
"-D_GNU_SOURCE -fPIC " \
|
||||||
"-fno-threadsafe-statics -pthread " \
|
"-fno-threadsafe-statics -pthread " \
|
||||||
"-Wno-unused-result"
|
"-Wno-unused-result" \
|
||||||
|
"-std=c++11"
|
||||||
|
|
||||||
#define GCC_LIBS_COMMON \
|
#define GCC_LIBS_COMMON \
|
||||||
"-lX11 -lpthread -lm -lrt " \
|
"-lX11 -lpthread -lm -lrt " \
|
||||||
|
|
Loading…
Reference in New Issue