chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / at / atasm / 0001-select-flags.diff
blobb8fce38fcf2873c3e48500cd0583ce2f6fc5fc0c
1 diff -Naur atasm109-old/src/Makefile atasm109-new/src/Makefile
2 --- atasm109-old/src/Makefile 2021-09-08 09:53:25.581598063 -0300
3 +++ atasm109-new/src/Makefile 2021-09-08 09:55:20.366131338 -0300
4 @@ -16,8 +16,8 @@
5 UNIX = -DUNIX
7 # Compiler flags, if you are using egcs, pgcs, or gcc >2.8.1 use:
8 -#CFLAGS = -g -Wall $(USEZ) $(DOS) $(UNIX) $(ARCH)
9 -CFLAGS = -Wall $(USEZ) $(DOS) $(UNIX) -O3 -fomit-frame-pointer $(ARCH)
10 +CFLAGS = -g -Wall $(USEZ) $(DOS) $(UNIX) $(ARCH)
11 +#CFLAGS = -Wall $(USEZ) $(DOS) $(UNIX) -O3 -fomit-frame-pointer $(ARCH)
13 L = $(ZLIB)
14 CC = gcc