Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Fix glog command line arguments on a clean build #10

Closed

Commits on May 25, 2018

  1. Fix glog command line arguments on a clean build

    To support glog's command line arguments like --logtostderr, it requires gflags.
    
    If gflags is not found, glog will still compile but the command line arguments will be absent.
    
    As glog was created before gflags, that was the case on a clean build.
    Note that on subsequent builds gflags already existed, so a second build 'magically' made the command line arguments appear.
    jeroend committed May 25, 2018
    Configuration menu
    Copy the full SHA
    0a2cfc6 View commit details
    Browse the repository at this point in the history