- Added O2 optimization to kintox11 binary

This commit is contained in:
Ben Reaves
2020-02-03 22:52:19 -06:00
parent 5f1e82fb24
commit 496cb4d340
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -10,7 +10,7 @@
//
// To compile with static library json-c
// Make sure archive with object files exist ar -t /usr/local/lib/libjson-c.a
// gcc -L/usr/local/lib/ kintox11.c -ljson-c -lXmu -lXt -lX11 -o kintox11
// gcc -L/usr/local/lib/ kintox11.c -ljson-c -lXmu -lXt -lX11 -O2 -o kintox11
//
#include <stdlib.h>