]> git.tdb.fi Git - pmount-gui.git/blobdiff - Makefile
Pass -Wno-variadic-macros to the compiler
[pmount-gui.git] / Makefile
index 1632770d0e08e7a6358236989f962422d6ff1d5c..46143131d830182bc478ae0bc15ccf6b3dcb9272 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 pmount-gui: main.c
-       $(CC) -Wall -Wextra -std=c90 -pedantic -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0)
+       $(CC) -Wall -Wextra -std=c90 -pedantic -Wno-variadic-macros -ggdb -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0)