Skip to content

Commit

Permalink
v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Nov 3, 2024
1 parent 516943f commit 801e8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('layeredfs', 'c', 'cpp', version: '3.4_RC4',
project('layeredfs', 'c', 'cpp', version: '3.4',
default_options: [
'cpp_std=c++17',
'buildtype=release',
Expand Down Expand Up @@ -87,9 +87,9 @@ special_cfgs = [
# "Why isn't it working???"
['always_devmode_verbose_and_logs_to_file', ['-DCFG_DEVMODE', '-DCFG_VERBOSE', '-DCFG_LOGFILE']],
# dump every file accessed via pkfs APIs to data_unpak
['pkfs_unpack', ['-DUNPAK']]
['pkfs_unpack', ['-DUNPAK']],
# debug pkfs
['pkfs_unpack_always_devmode_verbose_and_logs_to_file', ['-DCFG_DEVMODE', '-DCFG_VERBOSE', '-DCFG_LOGFILE', '-DUNPAK']]
['pkfs_unpack_always_devmode_verbose_and_logs_to_file', ['-DCFG_DEVMODE', '-DCFG_VERBOSE', '-DCFG_LOGFILE', '-DUNPAK']],
]

# documentation for pkfs_unpak
Expand Down

0 comments on commit 801e8a1

Please sign in to comment.