Skip to content

Commit 40d6ec4

Browse files
committed
meson: project(): remove default_options
Not strictly required, can be tuned e.g. for each build folder
1 parent 1632919 commit 40d6ec4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

meson.build

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
project('openFrameworks', 'cpp',
2-
version : '0.12.0',
3-
default_options : [
4-
'cpp_std=c++20',
5-
'buildtype=release',
6-
'optimization=3',
7-
'default_library=shared',
8-
# 'prefer_static=true',
9-
'b_ndebug=if-release',
10-
'c_args=-pipe',
11-
'cpp_args=-pipe',
12-
# 'warning_level=3'
13-
]
2+
version : '0.12.0'
143
)
154

165
inc = include_directories(

0 commit comments

Comments
 (0)