1
Fork 0
This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
podcastoscope/bin/compiler_flags.txt

22 lines
641 B
Plaintext

###### Include Paths ##########################################################
-I/c/mr4th/mr4th/src/
-I/c/mr4th/mr4th/src/dependencies
-I../src/dependencies
###### CL #####################################################################
cl>-FC
cl>-GR-
cl>-EHa
cl>-nologo
###### Clang ##################################################################
clang>-Wno-writable-strings
clang>-Wno-switch
###### Debug ##################################################################
debug>-DENABLE_ASSERT=1
optimize>-DENABLE_ASSERT=0
cl>debug>-Zi
###### Optimized ##############################################################
cl>optimize>-O2