We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4160e4 commit 90f30dbCopy full SHA for 90f30db
test/SConstruct
@@ -2,12 +2,11 @@ import os
2
3
env = Environment(
4
ENV = os.environ,
5
- CXX='c++',
6
CXXFLAGS= ['-g', '-Wall', '-Wextra',
7
'-pedantic', '-std=c++11',
8
'-I/usr/local/include', '-I.'],
9
CPPPATH='..',
10
- LINKFLAGS='-L/usr/local/lib')
+ LINKFLAGS=['-L/usr/local/lib'])
11
12
# allows highighting to print to terminal from compiler output
13
env['ENV']['TERM'] = os.environ['TERM']
@@ -43,6 +42,7 @@ progs = Split(
43
42
zip
44
45
iteratoriterator
+ iterbase
46
mixed
47
helpers
48
'''
0 commit comments