diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 07:59:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 07:59:39 +0100 |
commit | 9ce1f1ea246d0f3dcee78eaa483e2bf9b0af35f5 (patch) | |
tree | fc06abed742f46ef1278d00e9033ba9e63493dcd /Makefile | |
parent | 4e279c02b5e67cae7267f026be623692a158d993 (diff) |
disable threadsafe statics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ default: build/system.elf INCLUDES = -Iinclude -Iinclude/arch/${arch} -COMMON_FLAGS = -g -Os -Wall -Wextra -fno-rtti +COMMON_FLAGS = -g -Os -Wall -Wextra -fno-rtti -fno-threadsafe-statics CFLAGS = -std=c99 CXXFLAGS = -std=c++14 |