X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=compile.sh;h=756af2b55c0e218fc98afac1a4bf59e0f85d5a5c;hp=0768dafc1d835714307288b0a5d882902c23997b;hb=66aa58de83d6cf9dd905b1857386e89409defb88;hpb=e40d0aaafde6a9d5276b2c3dfc72b933fc73fe06 diff --git a/compile.sh b/compile.sh index 0768daf..756af2b 100755 --- a/compile.sh +++ b/compile.sh @@ -12,7 +12,7 @@ set -f -u -e -o pipefail # flags for the build - adjust for your needs # delete all the generated stuff afterwards (with `rm -r gen`) CC='gcc' -CFLAGS='-g -O0 -Wall -Werror -fPIC -std=c99' +CFLAGS='-O3 -Wall -Werror -fPIC -std=c99 -march=native' # create build environment if it doesn't exist yet mkdir -p gen # contains all generated files