add c++11 to GCC options

master
Allen Webster 2020-02-19 20:32:46 -08:00
parent a093268fc3
commit e3de45ce32
1 changed files with 2 additions and 1 deletions

View File

@ -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 " \