mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
little: Remove "-Os" compile flag
This flag made gcc generate location info of type "location_list" for 'my_struct', which we do not yet support in LibDebug.
This commit is contained in:
parent
94db04fc12
commit
e318a3d3d4
Notes:
sideshowbarker
2024-07-19 00:02:17 +09:00
Author: https://github.com/itamar8910
Commit: e318a3d3d4
Pull-request: https://github.com/SerenityOS/serenity/pull/4852
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PROGRAM = little
|
||||
OBJS = main.o other.o
|
||||
CXXFLAGS = -g -Os -std=c++2a
|
||||
CXXFLAGS = -g -std=c++2a
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue