There was an error while loading. Please reload this page.
1 parent 454b7aa commit ac674cbCopy full SHA for ac674cb
Makefile
@@ -1,6 +1,6 @@
1
program = proxallium
2
compiler ?= gcc
3
-compiler_flags = -Wall -Wpedantic -I.
+compiler_flags = -Wall -Wno-maybe-uninitialized -Wpedantic -I.
4
objects = allium.o
5
6
ifdef DEBUG
0 commit comments