Skip to content

Commit 73a009f

Browse files
committed
Fix build
1 parent c731d87 commit 73a009f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

far/makefile_gcc_common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ endif
252252
PDB_FLAGS = \
253253
-g \
254254
$(START_NO_UNUSED_ARGS) \
255-
-gcodeview \
255+
# -gcodeview \
256256
$(END_NO_UNUSED_ARGS) \
257257

258258
LLD_FLAGS = \

0 commit comments

Comments
 (0)