diff options
Diffstat (limited to 'meowpp/test.py')
-rwxr-xr-x | meowpp/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meowpp/test.py b/meowpp/test.py index 40de33c..cbb7b8d 100755 --- a/meowpp/test.py +++ b/meowpp/test.py @@ -17,7 +17,7 @@ JOIN_TIMEOUT = 1 class Default(object): COMPILER = 'g++' - COMPILE_ARGS = '-g -Wall -Werror -std=c++11 -pedantic -pthread' + COMPILE_ARGS = '-g -Wall -Werror -std=c++11 -pedantic -pthread -lstdc++' PROJ_PATH = os.getcwd() TEST_PATH = os.getcwd() TIME_LIMIT = 30 |