Skip to content

Commit ad1ed62

Browse files
committed
[py] add optimized_symbols profile to python sdk
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 3ce4622 commit ad1ed62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/feldera/enums.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ class CompilationProfile(Enum):
2727
The optimized compilation profile, the default for this API.
2828
"""
2929

30+
OPTIMIZED_SYMBOLS = "optimized_symbols"
31+
"""
32+
The optimized symbols compilation profile, good for profiling and debugging.
33+
"""
34+
3035

3136
class BuildMode(Enum):
3237
CREATE = 1

0 commit comments

Comments
 (0)