diff options
Diffstat (limited to 'klippy/chelper.py')
-rw-r--r-- | klippy/chelper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/chelper.py b/klippy/chelper.py index 230f6a3d..b05bc74c 100644 --- a/klippy/chelper.py +++ b/klippy/chelper.py @@ -6,7 +6,7 @@ import os, logging import cffi -COMPILE_CMD = "gcc -Wall -g -O -shared -fPIC -o %s %s" +COMPILE_CMD = "gcc -Wall -g -O2 -shared -fPIC -o %s %s" SOURCE_FILES = ['stepcompress.c', 'serialqueue.c', 'pyhelper.c'] DEST_LIB = "c_helper.so" OTHER_FILES = ['list.h', 'serialqueue.h', 'pyhelper.h'] |