Skip to content
Snippets Groups Projects
Commit 6ebf390d authored by Nick Curtis's avatar Nick Curtis
Browse files

fix docstring

parent 2a5b02c5
No related branches found
No related tags found
1 merge request!108C execution
......@@ -230,8 +230,7 @@ class CCompiler(object):
class CppCompiler(CCompiler):
"""Subclass of Compiler to invoke a C++ compiler.
Defaults to g++"""
"""Subclass of CCompiler to invoke a C++ compiler."""
source_suffix = 'cpp'
default_exe = 'g++'
default_compile_flags = '-g -O3'.split()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment