#!/bin/sh
gcc -g -O1 -Wall -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -Wformat -Wformat-security -ansi -pedantic -fPIE -Wl,-z,relro -Wl,-z,now check_float.c -lm lib.error.c lib.misc.c -o check_float
