Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ABSL_CONSUME_DLL to CXXFLAGS
Browse files Browse the repository at this point in the history
isuruf authored and h-vetinari committed Sep 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c12bcef commit c1d4123
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ cd build
set LIBRARY_PREFIX="%LIBRARY_PREFIX:\=/%"
set BUILD_PREFIX="%BUILD_PREFIX:\=/%"
set SRC_DIR="%SRC_DIR:\=/%"
set "CXXFLAGS=-DABSL_CONSUME_DLL %CXXFLAGS%"

cmake -G "Ninja" ^
-DBUILD_TESTING=OFF ^
1 change: 1 addition & 0 deletions recipe/run_test_google_cloud_cpp.bat
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ setlocal EnableDelayedExpansion

@REM CMake does not like paths with \ characters
set LIBRARY_PREFIX="%LIBRARY_PREFIX:\=/%"
set "CXXFLAGS=-DABSL_CONSUME_DLL %CXXFLAGS%"

cmake -GNinja ^
-S google/cloud/storage/quickstart -B .build/quickstart ^

0 comments on commit c1d4123

Please sign in to comment.