Revert back to C++11

This commit is contained in:
2017-10-11 16:54:37 -05:00
parent 124f6de221
commit c63e0c1d72
+1 -1
View File
@@ -17,7 +17,7 @@ endif()
if(NOT MSVC) if(NOT MSVC)
add_definitions( add_definitions(
-std=c++14 -std=c++11
-Wall -Wall
-nostdlib -nostdlib
-fno-exceptions -fno-exceptions