-Wpedantic
This commit is contained in:
parent
e0521be508
commit
fd98d65ef6
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
CFLAGS="-std=c99 -Wall -Wextra -Werror -fPIC"
|
CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -Werror -fPIC"
|
||||||
PREFIX="/usr/local"
|
PREFIX="/usr/local"
|
||||||
APP_LIBS="-lXmd -lXm -lXt -lX11"
|
APP_LIBS="-lXmd -lXm -lXt -lX11"
|
||||||
|
Loading…
Reference in New Issue
Block a user