We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wall
1 parent 630259e commit 3bb22caCopy full SHA for 3bb22ca
build.rs
@@ -153,7 +153,9 @@ fn main() {
153
let mut ccfg = gcc::Config::new();
154
let mut cppcfg = gcc::Config::new();
155
156
- ccfg.file("tectonic/bibtex.c")
+ ccfg
157
+ .flag("-Wall")
158
+ .file("tectonic/bibtex.c")
159
.file("tectonic/core-bridge.c")
160
.file("tectonic/dpx-agl.c")
161
.file("tectonic/dpx-bmpimage.c")
@@ -256,6 +258,7 @@ fn main() {
256
258
257
259
cppcfg
260
.cpp(true)
261
262
.file("tectonic/Engine.cpp")
263
.file("tectonic/XeTeXFontInst.cpp")
264
.file("tectonic/XeTeXFontMgr.cpp")
0 commit comments