Do not force c99

This commit is contained in:
angt
2015-10-25 13:12:59 +01:00
parent fa026aa36d
commit 29b0924db6
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
CC := gcc
LDFLAGS := -Wl,-O1,--sort-common,--as-needed
CFLAGS := -std=c99 -ffreestanding -Wall -Wextra
CFLAGS := -ffreestanding -Wall -Wextra
prefix := /usr/local

View File

@@ -1,9 +1,5 @@
#pragma once
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdlib.h>
#include <stdint.h>