From 62ded2aa1d35c2020c96bd91ea0353910703bc2d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 13 Nov 2018 15:46:39 -0800 Subject: [PATCH] Add c99 flag to build-runtime script --- script/build-runtime | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/build-runtime b/script/build-runtime index 881b48e9..e302b625 100755 --- a/script/build-runtime +++ b/script/build-runtime @@ -9,6 +9,8 @@ fi ${CC} \ -c \ + -O3 \ + -std=c99 \ -I src \ -I include \ -I externals/utf8proc \