We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1c72 commit 37a8734Copy full SHA for 37a8734
CMakeLists.txt
@@ -16,7 +16,7 @@ foreach(LIB ${REQUIRED_LIBRARIES})
16
endif(NOT FOUND${LIB})
17
endforeach(LIB)
18
19
-ADD_DEFINITIONS(-g -O2 -D_FILE_OFFSET_BITS=64)
+ADD_DEFINITIONS(-g -Os -D_FILE_OFFSET_BITS=64)
20
21
# Begin find glib
22
0 commit comments