mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added O2 optimization to kintox11 binary
This commit is contained in:
Binary file not shown.
@@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// To compile with static library json-c
|
// To compile with static library json-c
|
||||||
// Make sure archive with object files exist ar -t /usr/local/lib/libjson-c.a
|
// 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>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user