diff --git a/compel/src/main.c b/compel/src/main.c index c5f6e57ed..2c98659cc 100644 --- a/compel/src/main.c +++ b/compel/src/main.c @@ -19,7 +19,7 @@ #define CFLAGS_DEFAULT_SET \ "-Wstrict-prototypes " \ - "-fno-stack-protector -nostdlib -fomit-frame-pointer -ffreestanding " + "-fno-stack-protector -nostdlib -fomit-frame-pointer " #define COMPEL_CFLAGS_PIE CFLAGS_DEFAULT_SET "-fpie" #define COMPEL_CFLAGS_NOPIC CFLAGS_DEFAULT_SET "-fno-pic"