diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-08-13 16:05:26 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-08-13 16:05:26 +0400 |
| commit | e8c4828e9e9459f66c0b22ea379f70c4c6c3ba23 (patch) | |
| tree | 76940f03f18aea54f6f40290cedb7c752e878972 /build.rs | |
| parent | 58acff54b1cd64cb23b9d0b1a304eb9db768e3eb (diff) | |
Iterator now stores state inside struct
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ fn main() { cc::Build::new() .file("nauty/geng.c") .file("nauty/geng-iter.c") - .flag("-O3") + // .flag("-O3") .flag("-Wno-unused-parameter") .flag("-Wno-sign-compare") .flag("-Wno-unused-variable") |