[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] bb108a: Enable assertions by default in CMake build path.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: bb108a0b3760da0e5ad8fe05ffb118928225aac1
      https://github.com/csmith-project/creduce/commit/bb108a0b3760da0e5ad8fe05ffb118928225aac1
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M CMakeLists.txt
    M INSTALL

  Log Message:
  -----------
  Enable assertions by default in CMake build path.

This behavior is consistent with the Automake-based build system.

Update the `INSTALL` documentation to match the current default
behavior.  Note that the description of the default for the
Automake-based build system was wrong.  I'm going to say that is what
confused me when I implemented the CMake-based build path :-).

Thanks to @oriceemple at GitHub for reporting this issue.

This resolves #116.