Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Apr 20, 2022
1 parent 236c10c commit fbf6c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if(WIN32)
$<$<NOT:$<CONFIG:Debug>>:/OPT:ICF>

# # Use relative path to the PDB file to avoid exposing the full path
/PDBALTPATH:%_PDB%
# /PDBALTPATH:%_PDB%
)
else()
add_compile_options(
Expand Down
2 changes: 1 addition & 1 deletion source/llm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static bool CommandHook(
(void)hwnd;

if (command == command_id) {
llm_state = ~llm_state;
llm_state = !llm_state;
static int param = llm_state;
if (llm_state == 1) {
if (pdc_mode_check) {
Expand Down

0 comments on commit fbf6c2e

Please sign in to comment.