mirror of
https://github.com/boostorg/units.git
synced 2026-07-21 13:43:29 +00:00
Rename CXXFLAGS as it's used when bootstrapping b2
This commit is contained in:
+3
-3
@@ -47,7 +47,7 @@ addons:
|
||||
script:
|
||||
- |-
|
||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
||||
- ./b2 libs/$SELF/test toolset=$TOOLSET $CXXFLAGS $LINKFLAGS $B2_ADDRESS_MODEL $B2_LINK $B2_THREADING $B2_VARIANT -j3
|
||||
- ./b2 libs/$SELF/test toolset=$TOOLSET $B2_CXXFLAGS $B2_LINKFLAGS $B2_ADDRESS_MODEL $B2_LINK $B2_THREADING $B2_VARIANT -j3
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -116,8 +116,8 @@ jobs:
|
||||
- TOOLSET=clang
|
||||
- COMPILER=clang++-5.0
|
||||
- CXXSTD=c++03
|
||||
- CXXFLAGS="cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fsanitize=integer"
|
||||
- LINKFLAGS="linkflags=-fsanitize=undefined"
|
||||
- B2_CXXFLAGS="cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fsanitize=integer"
|
||||
- B2_LINKFLAGS="linkflags=-fsanitize=undefined"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
Reference in New Issue
Block a user