Skip to content

Commit 599388d

Browse files
author
kalibera
committed
Use C23 on Windows for standalone nmath.
git-svn-id: https://svn.r-project.org/R/trunk@87954 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d9b276a commit 599388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmath/standalone/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-*- Makefile -*-
22
include ../../gnuwin32/MkRules
33

4-
CFLAGS = -O3 -Wall -pedantic $(EOPTS)
4+
CFLAGS = -O3 -Wall -pedantic $(CSTD) $(EOPTS)
55
ifdef DEBUG
66
CFLAGS += $(G_FLAG)
77
DLLFLAGS =

0 commit comments

Comments
 (0)