Mark Makefile as POSIX
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user