Mark Makefile as POSIX
This commit is contained in:
parent
da89556776
commit
a624030558
2
Makefile
2
Makefile
@ -14,6 +14,8 @@
|
|||||||
# License along with this program. If not, see
|
# License along with this program. If not, see
|
||||||
# <https://www.gnu.org/licenses/>.
|
# <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
.POSIX:
|
||||||
|
|
||||||
CFLAGS += -std=c11 -pedantic -Wall -Wextra
|
CFLAGS += -std=c11 -pedantic -Wall -Wextra
|
||||||
CFLAGS += -O3 -flto
|
CFLAGS += -O3 -flto
|
||||||
CFLAGS += -D_XOPEN_SOURCE=700
|
CFLAGS += -D_XOPEN_SOURCE=700
|
||||||
|
Loading…
x
Reference in New Issue
Block a user