Skip to content

Commit 20c6b13

Browse files
committed
deepstream_python_apps: Fix cmake typo
1 parent 0148b5a commit 20c6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(PIP_WHEEL pyds-1.1.0-py3-none-${PIP_PLATFORM}.whl)
5454

5555
# Describing pyds build
5656
project(pyds DESCRIPTION "Python bindings for Deepstream")
57-
add_compile_options(-Wall -Wextra -pedantic -o3)
57+
add_compile_options(-Wall -Wextra -pedantic -O3)
5858

5959
include_directories(
6060
include/

0 commit comments

Comments
 (0)