diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 7c1c154..1c0d66e 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -64,7 +64,7 @@ WARNINGS := \ # -Wconversion -Wshadow -Wbad-function-cast INCLUDES := -Iinclude -I. -I$(SDK_INCLUDE) - OPTIONS := -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-builtin -fno-common -std=c99 -mcrt=clib2 + OPTIONS := -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-builtin -fno-common -std=c99 -nostdlib OPTIMIZE := -DNDEBUG -O3 #DEBUG := -ggdb