Skip to content

Commit

Permalink
gdwarf-3 for both gcc and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaxed committed Nov 24, 2024
1 parent 9fe05b6 commit 7fdd959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Genio - The Haiku IDE Makefile ##############################################
COMPILER_FLAGS = -Werror -std=c++20 -fPIC
COMPILER_FLAGS = -Werror -std=c++20 -gdwarf-3
WARNINGS = ALL

TARGET_DIR := app
Expand Down Expand Up @@ -118,7 +118,6 @@ ifeq ($(BUILD_WITH_CLANG), 1)
CC := clang
CXX := clang++
LD := clang++
COMPILER_FLAGS += -gdwarf-3
endif


Expand Down

0 comments on commit 7fdd959

Please sign in to comment.