diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 10:12:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 10:12:42 +0200 |
commit | ad74bfab5650d2766a63ee661219e3413d7a62f8 (patch) | |
tree | 4b5f53ce5860f36081c5ac486b906d3c74e480c4 /build | |
parent | a8fc877aa93bb9c2dcc9ccde372a943dcfd25cfb (diff) |
Move cxx.poptions setting from root.build to butl/buildfile
That's the new recommended way.
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index dc1c297..1361f7b 100644 --- a/build/root.build +++ b/build/root.build @@ -5,4 +5,3 @@ using cxx cxx.std = 14 -cxx.poptions += -I$src_root |